Skip to content

Commit

Permalink
add installation to toml for xpu
Browse files Browse the repository at this point in the history
  • Loading branch information
kprokofi committed Nov 13, 2024
1 parent 2fb1a1e commit 53e5f42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ docs = [
]

xpu = [
"torch==2.1.0.post2",
"torchvision==0.16.0.post2",
"intel-extension-for-pytorch==2.1.30+xpu",
"torch==2.6.0.dev20241104+xpu",
"torchvision==0.20.0.dev20241104+xpu",
"pytorch-triton-xpu==3.1.0+91b14bf559"
"oneccl_bind_pt==2.1.300+xpu",
"lightning==2.2",
"pytorchcv==0.0.67",
Expand All @@ -89,7 +89,7 @@ xpu = [
]

base = [
"torch==2.5.0",
"torch==2.5.1",
"lightning==2.4.0",
"pytorchcv==0.0.67",
"timm==1.0.3",
Expand Down

0 comments on commit 53e5f42

Please sign in to comment.