2024-04-18 13:43:15 +08:00
|
|
|
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
|
|
|
|
pytest api/tests/integration_tests/model_runtime/anthropic \
|
|
|
|
api/tests/integration_tests/model_runtime/azure_openai \
|
|
|
|
api/tests/integration_tests/model_runtime/openai api/tests/integration_tests/model_runtime/chatglm \
|
|
|
|
api/tests/integration_tests/model_runtime/google api/tests/integration_tests/model_runtime/xinference \
|
2024-08-02 20:48:09 +08:00
|
|
|
api/tests/integration_tests/model_runtime/huggingface_hub/test_llm.py \
|
|
|
|
api/tests/integration_tests/model_runtime/upstage
|
|
|
|
|