We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70db93e commit b01655aCopy full SHA for b01655a
scripts/run_model_tests.sh
@@ -119,6 +119,8 @@ case $MODEL_NAME in
119
print_heading "Error: AWS_REGION environment variable is not set"
120
exit 1
121
fi
122
+ print_info "Installing anthropic package for AWS-- required in tests"
123
+ pip install anthropic
124
;;
125
"cohere")
126
if [ -z "${CO_API_KEY}" ]; then
@@ -143,6 +145,8 @@ case $MODEL_NAME in
143
145
print_heading "Error: MISTRAL_API_KEY environment variable is not set"
144
146
147
148
+ print_info "Installing groq package for Mistral-- required in tests"
149
+ pip install groq
150
151
"nvidia")
152
if [ -z "${NVIDIA_API_KEY}" ]; then
0 commit comments