mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-20 05:18:41 +00:00
chore: remove absolute paths
This commit is contained in:
parent
cec00c5476
commit
a395c8d81e
9 changed files with 14 additions and 14 deletions
|
|
@ -27,7 +27,7 @@ Then, you can access the APIs like `models` and `inference` on the client and ca
|
|||
response = client.models.list()
|
||||
```
|
||||
|
||||
If you've created a [custom distribution](https://llama-stack.readthedocs.io/en/latest/distributions/building_distro.html), you can also use the run.yaml configuration file directly:
|
||||
If you've created a [custom distribution](building_distro.md), you can also use the run.yaml configuration file directly:
|
||||
|
||||
```python
|
||||
client = LlamaStackAsLibraryClient(config_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue