Zevin2023 commited on
Commit
54c2959
·
verified ·
1 Parent(s): 3947a1e

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +5 -6
pyproject.toml CHANGED
@@ -13,15 +13,14 @@ classifiers = [
13
  "License :: OSI Approved :: Apache Software License",
14
  ]
15
  dependencies = [
16
- "torch==2.0.1", "torchvision==0.15.2",
17
- "transformers==4.31.0",
18
- "einops", "fastapi", "markdown2[all]", "numpy==1.23.5",
19
  "requests", "sentencepiece", "tokenizers>=0.12.1",
20
  "uvicorn", "tensorboard", "open_clip_torch",
21
- "shortuuid", "httpx==0.24.0",
22
- "deepspeed==0.9.5",
23
  "peft==0.4.0",
24
- "transformers==4.31.0",
25
  "accelerate==0.21.0",
26
  "bitsandbytes==0.41.0",
27
  "scikit-learn==1.2.2",
 
13
  "License :: OSI Approved :: Apache Software License",
14
  ]
15
  dependencies = [
16
+ "torch", "torchvision",
17
+ "transformers",
18
+ "einops", "fastapi", "markdown2[all]", "numpy",
19
  "requests", "sentencepiece", "tokenizers>=0.12.1",
20
  "uvicorn", "tensorboard", "open_clip_torch",
21
+ "shortuuid", "httpx",
22
+ "deepspeed",
23
  "peft==0.4.0",
 
24
  "accelerate==0.21.0",
25
  "bitsandbytes==0.41.0",
26
  "scikit-learn==1.2.2",