Skip to content

Commit

Permalink
pyproject.toml update for CPU version of torch
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Jan 22, 2025
1 parent c72119f commit 566dabe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ dev = [
# because this variant need to be downloaded from external link, not from
# standard Python package index:
#
[[tool.pdm.source]]
type = "find_links"
url = "https://download.pytorch.org/whl/cpu/torch"
name = "torch"
# [[tool.pdm.source]]
# type = "find_links"
# url = "https://download.pytorch.org/whl/cpu/torch"
# name = "torch"


[build-system]
Expand All @@ -89,7 +89,7 @@ description = "Road-core service is an AI powered assistant that runs on OpenShi
authors = []
dependencies = [
"pdm==2.21.0",
"torch==2.5.1",
"torch@http://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp311-cp311-linux_x86_64.whl",
"pandas==2.1.4",
"httpx==0.27.2",
"fastapi==0.115.6",
Expand Down

0 comments on commit 566dabe

Please sign in to comment.