Skip to content

Commit

Permalink
Disabling GPU libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Kogan authored and Andriy Kogan committed Jan 18, 2025
1 parent 1612680 commit 78ad50c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
ruff = "*"
torch = {version = "*", index = "https://download.pytorch.org/whl/cpu"}
torch = {version = "*", index = "pypi", extras = ["cpu"]}
transformers = {version = ">=4.38.0"}

[requires]
Expand Down
7 changes: 5 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78ad50c

Please # to comment.