mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
fix(vall-e-x): correctly install reqs in environment (#1377)
This commit is contained in:
parent
3d71bc9b64
commit
238fec244a
5 changed files with 26 additions and 7 deletions
|
@ -354,3 +354,13 @@ docker run --env REBUILD=true localai
|
|||
# Option 2: set within an env file
|
||||
docker run --env-file .env localai
|
||||
```
|
||||
|
||||
### Build only a single backend
|
||||
|
||||
You can control the backends that are built by setting the `GRPC_BACKENDS` environment variable. For instance, to build only the `llama-cpp` backend only:
|
||||
|
||||
```bash
|
||||
make GRPC_BACKENDS=backend-assets/grpc/llama-cpp build
|
||||
```
|
||||
|
||||
By default, all the backends are built.
|
Loading…
Add table
Add a link
Reference in a new issue