Skip to content

Commit 0f3b06b

Browse files
author
Lorenzo Toniazzi
committed
Cleanup
1 parent 14db109 commit 0f3b06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lora_conversion_and_inference.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
MODELS_REPO=https://huggingface.co/ltoniazzi/reduce-llms-for-testing
55

6-
# Step 1: Clone the Hugging Face repository if the directory does not exist
6+
# Clone the Hugging Face repository if the directory does not exist
77
if [ ! -d "reduce-llms-for-testing" ]; then
88
echo "Cloning the Hugging Face repository..."
99
git clone $MODELS_REPO

0 commit comments

Comments
 (0)