Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jun 27, 2024
1 parent f23c088 commit c48fa08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ragger_duck = { path=".", editable=true }
[tool.pixi.feature.cuda-11-7]
platforms = ["linux-64"]
system-requirements = { cuda = "11.7" }
channels = ["nvidia", {channel = "pytorch", priority = -1}]
tool.pixi.feature.cuda-11-7.channels = ["nvidia", {channel = "pytorch", priority = -1}]

[tool.pixi.feature.cuda-11-7.activation]
# set environment variable for building llmama-cpp via pip
Expand All @@ -164,7 +164,7 @@ sentence-transformers = "2.7.0"
[tool.pixi.feature.cuda-12-1]
platforms = ["linux-64"]
system-requirements = { cuda = "12.1" }
tool.pixi.feature.cuda-11-7.channels = ["nvidia", {channel = "pytorch", priority = -1}]
tool.pixi.feature.cuda-12-1.channels = ["nvidia", {channel = "pytorch", priority = -1}]

[tool.pixi.feature.cuda-12-1.activation]
# set environment variable for building llmama-cpp via pip
Expand Down

0 comments on commit c48fa08

Please sign in to comment.