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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678910 | 
							- #!/bin/bash
 - set -x
 - 
 - pytest api/tests/integration_tests/model_runtime/anthropic \
 -   api/tests/integration_tests/model_runtime/azure_openai \
 -   api/tests/integration_tests/model_runtime/openai api/tests/integration_tests/model_runtime/chatglm \
 -   api/tests/integration_tests/model_runtime/google api/tests/integration_tests/model_runtime/xinference \
 -   api/tests/integration_tests/model_runtime/huggingface_hub/test_llm.py \
 -   api/tests/integration_tests/model_runtime/upstage
 
 
  |