Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hanouticelina committed Feb 13, 2025
1 parent e42032d commit 90099ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
[
"Repository only",
"Everything else",
"Inference only"

]
include:
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
case "${{ matrix.test_name }}" in
"Repository only" | "Everything else")
"Repository only" | "Everything else" | "Inference only")
sudo apt update
sudo apt install -y libsndfile1-dev
;;
Expand Down
1 change: 1 addition & 0 deletions tests/test_inference_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
},
}

CHAT_COMPLETION_MODEL = "HuggingFaceH4/zephyr-7b-beta"
CHAT_COMPLETION_MESSAGES = [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "What is deep learning?"},
Expand Down

0 comments on commit 90099ba

Please sign in to comment.