mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 13:30:35 +00:00
rm comments
This commit is contained in:
parent
42f65b0289
commit
fc6abde7aa
@ -15,13 +15,9 @@ COMMIT=c26d5fb85b4070a9e9c4e65d132c783b98086890
|
||||
# Clone the Hugging Face repository if the directory does not exist
|
||||
if [ ! -d "$MODELS_REPO" ]; then
|
||||
echo "Cloning the Hugging Face repository..."
|
||||
git clone --depth=1 $MODELS_REPO_URL $MODELS_REPO
|
||||
git clone $MODELS_REPO_URL --depth 1
|
||||
cd $MODELS_REPO
|
||||
|
||||
# Fetch the specific commit
|
||||
git fetch --depth=1 origin $COMMIT
|
||||
|
||||
# Reset to the specific commit
|
||||
git reset --hard $COMMIT
|
||||
cd -
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user