SParsh003 commited on
Commit
e1b74cd
·
verified ·
1 Parent(s): 5821db8

Upload runner.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. runner.py +0 -1
runner.py CHANGED
@@ -45,7 +45,6 @@ def main():
45
  os.chdir("LifeOS")
46
 
47
  log("Installing Unsloth, TRL, and dependencies (this takes a few minutes)...")
48
- # FIX: Splitting dependencies to ensure 'transformers' installs its own sub-dependencies correctly
49
  os.system("pip install unsloth")
50
  os.system("pip install --no-deps trl peft accelerate bitsandbytes")
51
  os.system("pip install datasets transformers sentencepiece pydantic fastapi requests matplotlib")
 
45
  os.chdir("LifeOS")
46
 
47
  log("Installing Unsloth, TRL, and dependencies (this takes a few minutes)...")
 
48
  os.system("pip install unsloth")
49
  os.system("pip install --no-deps trl peft accelerate bitsandbytes")
50
  os.system("pip install datasets transformers sentencepiece pydantic fastapi requests matplotlib")