pytest_model_runtime.sh 692 B

12345678910111213
  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 \
  8. api/tests/integration_tests/model_runtime/upstage \
  9. api/tests/integration_tests/model_runtime/fireworks \
  10. api/tests/integration_tests/model_runtime/nomic \
  11. api/tests/integration_tests/model_runtime/mixedbread \
  12. api/tests/integration_tests/model_runtime/voyage