Skip to content

Commit 7e64e01

Browse files
ltoniazziLorenzo Toniazzi
authored andcommitted
rm comments
1 parent 42f65b0 commit 7e64e01

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test-lora-conversion-inference.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ if [ ! -d "$MODELS_REPO" ]; then
1717
echo "Cloning the Hugging Face repository..."
1818
git clone --depth=1 $MODELS_REPO_URL $MODELS_REPO
1919
cd $MODELS_REPO
20-
21-
# Fetch the specific commit
2220
git fetch --depth=1 origin $COMMIT
23-
24-
# Reset to the specific commit
2521
git reset --hard $COMMIT
2622
cd -
2723
else

0 commit comments

Comments
 (0)