Skip to content

Commit

Permalink
rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoniazzi authored and Lorenzo Toniazzi committed Aug 24, 2024
1 parent 42f65b0 commit 7e64e01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test-lora-conversion-inference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ if [ ! -d "$MODELS_REPO" ]; then
echo "Cloning the Hugging Face repository..."
git clone --depth=1 $MODELS_REPO_URL $MODELS_REPO
cd $MODELS_REPO

# Fetch the specific commit
git fetch --depth=1 origin $COMMIT

# Reset to the specific commit
git reset --hard $COMMIT
cd -
else
Expand Down

0 comments on commit 7e64e01

Please sign in to comment.