Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samples #40

Open
wants to merge 8 commits into
base: inference
Choose a base branch
from
Prev Previous commit
Next Next commit
Pinning torch versions prevents installation on Python 3.12
Signed-off-by: Alastair D'Silva <[email protected]>
  • Loading branch information
deece committed May 26, 2024
commit 2cfab9c2ba007cab05e77c24d78d3554e9cbc1f9
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ train = [
"numpy",
"requests",
"sentencepiece",
"torch==2.1.2",
"torchvision==0.16.2",
"torch>=2.1.2",
"torchvision>=0.16.2",
"uvicorn",
"wandb==0.16.5",
"deepspeed==0.12.2",
Expand Down