Skip to content

Commit

Permalink
Temporarily fix PyTorch version to 2.0.1 as the latest PyTorch requir…
Browse files Browse the repository at this point in the history
…es CUDA 12.1 by default.
  • Loading branch information
haotian-liu committed Oct 10, 2023
1 parent e854a2b commit fda0665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
dependencies = [
"einops", "fastapi", "gradio==3.35.2", "markdown2[all]", "numpy",
"requests", "sentencepiece", "tokenizers>=0.12.1",
"torch", "torchvision", "uvicorn", "wandb",
"torch==2.0.1", "torchvision==0.15.2", "uvicorn", "wandb",
"shortuuid", "httpx==0.24.0",
"deepspeed==0.9.5",
"peft==0.4.0",
Expand Down

0 comments on commit fda0665

Please sign in to comment.