Skip to content

Commit

Permalink
Merge pull request #4 from unclemusclez/dev
Browse files Browse the repository at this point in the history
flag fix
  • Loading branch information
unclemusclez authored Oct 29, 2024
2 parents 83c92ef + 0f2d9e0 commit 525f375
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added ollamafy-push.py
Empty file.
2 changes: 1 addition & 1 deletion ollamafy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ -n "$OLLAMAFY_LATEST" ] || [[ ! " ${OLLAMAFY_QUANTIZATIONS[*]} " =~ $OLLAM
exit 1
fi

if [ -n "$OLLAMAFY_QUANTIZATION" ] && [[ " ${OLLAMAFY_QUANTIZATIONS[*]} " =~ $OLLAMAFY_QUANTIZATION ]]; then
if [ -z "$OLLAMAFY_QUANTIZATION" ] && [[ " ${OLLAMAFY_QUANTIZATIONS[*]} " =~ $OLLAMAFY_QUANTIZATION ]]; then
OLLAMAFY_QUANTIZATIONS=("$OLLAMAFY_QUANTIZATION")
fi

Expand Down

0 comments on commit 525f375

Please sign in to comment.