mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +00:00
Update README.md
space between param and value
This commit is contained in:
parent
dc5f05f8e6
commit
6e8af50d2b
@ -264,7 +264,7 @@ After that you can run TGI with `nix run`:
|
||||
|
||||
```shell
|
||||
cd text-generation-inference
|
||||
nix run --extra-experimental-features nix-command --extra-experimental-features flakes . -- --model-idmeta-llama/Llama-3.1-8B-Instruct
|
||||
nix run --extra-experimental-features nix-command --extra-experimental-features flakes . -- --model-id meta-llama/Llama-3.1-8B-Instruct
|
||||
```
|
||||
|
||||
**Note:** when you are using Nix on a non-NixOS system, you have to [make some symlinks](https://danieldk.eu/Nix-CUDA-on-non-NixOS-systems#make-runopengl-driverlib-and-symlink-the-driver-library)
|
||||
|
Loading…
Reference in New Issue
Block a user