You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought not but I edited the test shell file in the scripts to accept gguf too and it worked. This;
# Check if the file exists
if [[ "$path" != *.bin && "$path" != *.gguf ]]; then
echo "Error: The file does not exist. Please make sure you have provided the correct path."
exit 1
fi
# Check if the file has a .bin extension
if [[ "$path" != *.bin && "$path" != *.gguf ]]; then
echo "Error: The file extension is not .bin. Please make sure you have provided the correct file."
exit 1
fi
gguf supported?
The text was updated successfully, but these errors were encountered: