KuangDW commited on
Commit
e039348
·
1 Parent(s): a725ed6

torch and transformers version

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ def check_and_install(package, required_version):
35
  packages = {
36
  "pip": "24.0",
37
  "fairseq": "0.12.2",
38
- "torch": "2.6.0",
39
- "transformers": "4.51.3"
40
  }
41
  for package, version in packages.items():
42
  check_and_install(package, version)
 
35
  packages = {
36
  "pip": "24.0",
37
  "fairseq": "0.12.2",
38
+ "torch": "2.1.2",
39
+ "transformers": "4.30.2"
40
  }
41
  for package, version in packages.items():
42
  check_and_install(package, version)