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