pytest_model_runtime.sh 421 B

12345678
  1. #!/bin/bash
  2. set -x
  3. pytest api/tests/integration_tests/model_runtime/anthropic \
  4. api/tests/integration_tests/model_runtime/azure_openai \
  5. api/tests/integration_tests/model_runtime/openai api/tests/integration_tests/model_runtime/chatglm \
  6. api/tests/integration_tests/model_runtime/google api/tests/integration_tests/model_runtime/xinference \
  7. api/tests/integration_tests/model_runtime/huggingface_hub/test_llm.py