Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gguf supported? #61

Open
hiqsociety opened this issue Sep 20, 2023 · 1 comment
Open

gguf supported? #61

hiqsociety opened this issue Sep 20, 2023 · 1 comment

Comments

@hiqsociety
Copy link

gguf supported?

@Marc2629
Copy link

Marc2629 commented Oct 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants