Fix Nix build, disable pure shell (covered by Nix tests)

This commit is contained in:
Daniël de Kok 2024-11-20 19:30:30 +00:00
parent 45c6ae6dd3
commit aa46309f8d
2 changed files with 6 additions and 2 deletions

View File

@ -29,5 +29,6 @@ jobs:
run: nix build .\#devShells.x86_64-linux.impure
- name: Build impure devshell (CUDA dev)
run: nix build .\#devShells.x86_64-linux.impureWithCuda
- name: Build pure devshell
run: nix build .\#devShells.x86_64-linux.pure
# Pure shell dependencies are covered by Nix tests.
# - name: Build pure devshell
# run: nix build .\#devShells.x86_64-linux.pure

View File

@ -30,6 +30,7 @@
opentelemetry-semantic-conventions,
outlines,
peft,
pillow,
prometheus-client,
punica-kernels,
py-cpuinfo,
@ -69,6 +70,7 @@ buildPythonPackage {
"huggingface-hub"
"loguru"
"opentelemetry-instrumentation-grpc"
"pillow"
"sentencepiece"
"typer"
];
@ -102,6 +104,7 @@ buildPythonPackage {
opentelemetry-semantic-conventions
outlines
peft
pillow
prometheus-client
punica-kernels
py-cpuinfo