mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Update it a bit.
This commit is contained in:
parent
eaf2533d1a
commit
e60bdb2c89
2
.github/workflows/nix_tests.yaml
vendored
2
.github/workflows/nix_tests.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
USER: github_runner
|
USER: github_runner
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nix build
|
run: nix build .#test
|
||||||
- name: Pre-commit tests.
|
- name: Pre-commit tests.
|
||||||
run: nix develop .#test --command pre-commit run --all-files
|
run: nix develop .#test --command pre-commit run --all-files
|
||||||
- name: Python tests.
|
- name: Python tests.
|
||||||
|
@ -84,13 +84,15 @@
|
|||||||
test = mkShell {
|
test = mkShell {
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[
|
[
|
||||||
benchmark
|
# benchmark
|
||||||
launcher
|
# launcher
|
||||||
router
|
# router
|
||||||
server
|
server
|
||||||
openssl.dev
|
openssl.dev
|
||||||
pkg-config
|
pkg-config
|
||||||
cargo
|
cargo
|
||||||
|
rustfmt
|
||||||
|
clippy
|
||||||
]
|
]
|
||||||
++ (with python3.pkgs; [
|
++ (with python3.pkgs; [
|
||||||
docker
|
docker
|
||||||
|
Loading…
Reference in New Issue
Block a user