You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pytest_model_runtime.sh 760B

12345678910111213141516
  1. #!/bin/bash
  2. set -x
  3. SCRIPT_DIR="$(dirname "$(realpath "$0")")"
  4. cd "$SCRIPT_DIR/../.."
  5. pytest api/tests/integration_tests/model_runtime/anthropic \
  6. api/tests/integration_tests/model_runtime/azure_openai \
  7. api/tests/integration_tests/model_runtime/openai api/tests/integration_tests/model_runtime/chatglm \
  8. api/tests/integration_tests/model_runtime/google api/tests/integration_tests/model_runtime/xinference \
  9. api/tests/integration_tests/model_runtime/huggingface_hub/test_llm.py \
  10. api/tests/integration_tests/model_runtime/upstage \
  11. api/tests/integration_tests/model_runtime/fireworks \
  12. api/tests/integration_tests/model_runtime/nomic \
  13. api/tests/integration_tests/model_runtime/mixedbread \
  14. api/tests/integration_tests/model_runtime/voyage