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 14db109 commit 0f3b06bCopy full SHA for 0f3b06b
tests/test_lora_conversion_and_inference.sh
@@ -3,7 +3,7 @@ set -e
3
4
MODELS_REPO=https://huggingface.co/ltoniazzi/reduce-llms-for-testing
5
6
-# Step 1: Clone the Hugging Face repository if the directory does not exist
+# Clone the Hugging Face repository if the directory does not exist
7
if [ ! -d "reduce-llms-for-testing" ]; then
8
echo "Cloning the Hugging Face repository..."
9
git clone $MODELS_REPO
0 commit comments