8000 added error message for load_quantized_model_gguf_ggml by ghrahul · Pull Request #491 · PromtEngineer/localGPT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

added error message for load_quantized_model_gguf_ggml #491

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ghrahul
Copy link
@ghrahul ghrahul commented Sep 19, 2023

I was facing this issue. The error was not super intuitive. I debugged it using the VSCODE debugger:

#490

{

    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: Current File",
            "type": "python",
            "request": "launch",
            "program": "run_localGPT.py",
            "args": ["--device_type", "mps",
                    ],
            "console": "integratedTerminal",
            "justMyCode": true
        }
    ]
}

Added the LlamaCpp(**kwargs) conversion exception message. Should we remove the return None part as well?

@ghrahul
Copy link
Author
ghrahul commented Oct 13, 2023

Hi @matinlotfali

I have updated the PR as discussed here: #504

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

Successfully merging this pull request may close these issues.

1 participant
0