Simonlob commited on
Commit
1f00002
·
1 Parent(s): bfd406e
Files changed (1) hide show
  1. create_env.py +1 -1
create_env.py CHANGED
@@ -11,7 +11,7 @@ def setup_dependencies():
11
  print("Installing transformers dev version...")
12
  subprocess.check_call([
13
  sys.executable, "-m", "pip", "install", "--force-reinstall", "--no-cache-dir",
14
- "git+https://github.com/huggingface/transformers.git"
15
  ])
16
 
17
  with open('/tmp/deps_installed', 'w') as f:
 
11
  print("Installing transformers dev version...")
12
  subprocess.check_call([
13
  sys.executable, "-m", "pip", "install", "--force-reinstall", "--no-cache-dir",
14
+ "transformers==4.56.0"
15
  ])
16
 
17
  with open('/tmp/deps_installed', 'w') as f: