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 8ace59d commit 9aa01b7Copy full SHA for 9aa01b7
tests/test_lora_conversion_and_inference.sh
@@ -3,7 +3,7 @@ set -e
3
4
# Array of models to iterate over
5
declare -a params=(
6
- # "Gemma2ForCausalLM 64"
+ # "Gemma2ForCausalLM 64" TODO Add this model
7
"LlamaForCausalLM 64"
8
"Phi3ForCausalLM 64"
9
)
0 commit comments