You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/advanced/_index.en.md
+10
Original file line number
Diff line number
Diff line change
@@ -354,3 +354,13 @@ docker run --env REBUILD=true localai
354
354
# Option 2: set within an env file
355
355
docker run --env-file .env localai
356
356
```
357
+
358
+
### Build only a single backend
359
+
360
+
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:
361
+
362
+
```bash
363
+
make GRPC_BACKENDS=backend-assets/grpc/llama-cpp build
0 commit comments