llama-stack-mirror/llama_stack/apis
Ashwin Bharambe 3ae2b712e8 Add inference test
Run it as:

```
PROVIDER_ID=test-remote \
 PROVIDER_CONFIG=$PWD/llama_stack/providers/tests/inference/provider_config_example.yaml \
 pytest -s llama_stack/providers/tests/inference/test_inference.py \
 --tb=auto \
 --disable-warnings
```
2024-10-08 17:23:02 -07:00
..
agents Push registration methods onto the backing providers 2024-10-08 17:23:02 -07:00
batch_inference API Updates (#73) 2024-09-17 19:51:35 -07:00
common API Updates (#73) 2024-09-17 19:51:35 -07:00
dataset API Updates (#73) 2024-09-17 19:51:35 -07:00
evals API Updates (#73) 2024-09-17 19:51:35 -07:00
inference Add inference test 2024-10-08 17:23:02 -07:00
inspect memory bank registration fixes 2024-10-08 17:23:02 -07:00
memory more memory related fixes; memory.client now works 2024-10-08 17:23:02 -07:00
memory_banks more memory related fixes; memory.client now works 2024-10-08 17:23:02 -07:00
models Redo the { models, shields, memory_banks } typeset 2024-10-08 17:23:02 -07:00
post_training API Updates (#73) 2024-09-17 19:51:35 -07:00
reward_scoring API Updates (#73) 2024-09-17 19:51:35 -07:00
safety Introduce model_store, shield_store, memory_bank_store 2024-10-08 17:23:02 -07:00
shields Redo the { models, shields, memory_banks } typeset 2024-10-08 17:23:02 -07:00
synthetic_data_generation API Updates (#73) 2024-09-17 19:51:35 -07:00
telemetry API Updates (#73) 2024-09-17 19:51:35 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00