mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
Fix Nix build, disable pure shell (covered by Nix tests)
This commit is contained in:
parent
45c6ae6dd3
commit
aa46309f8d
5
.github/workflows/nix_cache.yaml
vendored
5
.github/workflows/nix_cache.yaml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user