mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
Merge branch 'main' into chroma
This commit is contained in:
commit
f23ea0445a
51 changed files with 2354 additions and 342 deletions
|
@ -23,12 +23,7 @@ new_vector_database
|
|||
```{include} ../../../tests/README.md
|
||||
```
|
||||
|
||||
## Benchmarking
|
||||
|
||||
```{include} ../../../docs/source/distributions/k8s-benchmark/README.md
|
||||
```
|
||||
|
||||
### Advanced Topics
|
||||
## Advanced Topics
|
||||
|
||||
For developers who need deeper understanding of the testing system internals:
|
||||
|
||||
|
@ -37,3 +32,8 @@ For developers who need deeper understanding of the testing system internals:
|
|||
|
||||
testing/record-replay
|
||||
```
|
||||
|
||||
### Benchmarking
|
||||
|
||||
```{include} ../../../docs/source/distributions/k8s-benchmark/README.md
|
||||
```
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue