We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ftype
Please answer the following questions for yourself before submitting an issue.
Script should convert given model using default ftype value.
Script fails with following error:
usage: convert-pth-to-ggml.py [-h] dir_model {0,1} convert-pth-to-ggml.py: error: the following arguments are required: ftype
Venv initialized with requirements.txt retrieved from master-a670464 on Ubuntu 22.04.
requirements.txt
Python 3.10.6 GNU Make 4.3 g++ (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Please provide detailed steps for reproducing the issue. We are not sitting in front of your screen, so the more detail the better.
convert-pth-to-ggml.py
The text was updated successfully, but these errors were encountered:
convert.py
No branches or pull requests
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
Script should convert given model using default
ftype
value.Current Behavior
Script fails with following error:
Environment and Context
Venv initialized with
requirements.txt
retrieved from master-a670464 on Ubuntu 22.04.Python 3.10.6
GNU Make 4.3
g++ (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue. We are not sitting in front of your screen, so the more detail the better.
convert-pth-to-ggml.py
with only directory to unconverted model.Failure Logs
The text was updated successfully, but these errors were encountered: