Skip to content

Commit fc6abde

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/test-lora-conversion-inference.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ COMMIT=c26d5fb85b4070a9e9c4e65d132c783b98086890
1515
# Clone the Hugging Face repository if the directory does not exist
1616
if [ ! -d "$MODELS_REPO" ]; then
1717
echo "Cloning the Hugging Face repository..."
18-
git clone --depth=1 $MODELS_REPO_URL $MODELS_REPO
18+
git clone $MODELS_REPO_URL --depth 1
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)