Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Toniazzi committed Aug 10, 2024
1 parent 14db109 commit 0f3b06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lora_conversion_and_inference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

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

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

0 comments on commit 0f3b06b

Please sign in to comment.