您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pytest_model_runtime.sh 421B

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