mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-20 20:38:41 +00:00
add docs
This commit is contained in:
parent
544a2d5fc9
commit
8c60118afc
2 changed files with 41 additions and 2 deletions
|
|
@ -134,6 +134,15 @@ cat recordings/responses/abc123.json | jq '.'
|
|||
```
|
||||
|
||||
### Re-recording Tests
|
||||
|
||||
#### Remote Re-recording (Recommended)
|
||||
Use the automated workflow script for easier re-recording:
|
||||
```bash
|
||||
./scripts/github/schedule-record-workflow.sh --test-subdirs "inference,agents"
|
||||
```
|
||||
See the [main testing guide](../README.md#remote-re-recording-recommended) for full details.
|
||||
|
||||
#### Local Re-recording
|
||||
```bash
|
||||
# Re-record specific tests
|
||||
LLAMA_STACK_TEST_INFERENCE_MODE=record \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue