# /// script # requires-python = ">=3.12" # dependencies = [ # "torch", # "torchvision", # "transformers", # "accelerate", # "peft", # ] # /// try: # Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="KORMo-Team/KORMo-10B-base", trust_remote_code=True) with open('KORMo-Team_KORMo-10B-base_0.txt', 'w') as f: f.write('Everything was good in KORMo-Team_KORMo-10B-base_0.txt') except Exception as e: with open('KORMo-Team_KORMo-10B-base_0.txt', 'w') as f: import traceback traceback.print_exc(file=f) finally: from huggingface_hub import upload_file upload_file( path_or_fileobj='KORMo-Team_KORMo-10B-base_0.txt', repo_id='model-metadata/custom_code_execution_files', path_in_repo='KORMo-Team_KORMo-10B-base_0.txt', repo_type='dataset', )