We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f65b0 commit 7e64e01Copy full SHA for 7e64e01
tests/test-lora-conversion-inference.sh
@@ -17,11 +17,7 @@ if [ ! -d "$MODELS_REPO" ]; then
17
echo "Cloning the Hugging Face repository..."
18
git clone --depth=1 $MODELS_REPO_URL $MODELS_REPO
19
cd $MODELS_REPO
20
-
21
- # Fetch the specific commit
22
git fetch --depth=1 origin $COMMIT
23
24
- # Reset to the specific commit
25
git reset --hard $COMMIT
26
cd -
27
else
0 commit comments