Skip to content

Commit

Permalink
Add comment to not use quantized weights
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed May 7, 2024
1 parent 5f700d1 commit 6d45fed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/structdatabases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ case "${SELECTION}" in
"ProstT5")
MODEL=prostt5-f16-safetensors.tar.gz
if [ -n "${PROSTT5_QUANTIZED}" ]; then
# quantized weights are worse and slower
# they were only added to reduce download size in continous integration
MODEL=prostt5-q4_0-gguf.tar.gz
fi
if notExists "${TMP_PATH}/${MODEL}"; then
Expand Down

0 comments on commit 6d45fed

Please sign in to comment.