Skip to content

Commit

Permalink
fix: torch install on linux (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
Encord-davids authored Sep 4, 2023
1 parent 8990759 commit eaba87b
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 @@ -123,7 +123,7 @@ pyinstrument = "^4.5.0"

[tool.poe.tasks]
importtime = { shell = "python -X importtime -c 'import encord_active.cli.main' 2> imports.prof && python -m tuna imports.prof" }
torch-linux = 'python -m pip install torch==2.0.1+cpu torchvision==0.15.2+cpu -f https://download.pytorch.org/whl/torch_stable.html'
torch-linux = 'python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu'

[tool.prisma]
use_global_node = false
Expand Down

0 comments on commit eaba87b

Please sign in to comment.