Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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