nextcloud broke lmao
This commit is contained in:
@@ -119,7 +119,7 @@ let
|
||||
|
||||
# Download the latest version of the model
|
||||
echo "Updating $MODEL_NAME from HuggingFace..."
|
||||
${pkgs.python3Packages.huggingface-hub}/bin/huggingface-cli download \
|
||||
${pkgs.python3Packages.huggingface-hub}/bin/hf download \
|
||||
"$REPO_ID" \
|
||||
"$MODEL_NAME" \
|
||||
--local-dir "$MODEL_DIR"
|
||||
|
||||
@@ -17,7 +17,7 @@ in
|
||||
reverseProxy = enabled;
|
||||
};
|
||||
ai = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
};
|
||||
arrs = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user