Aashna Singh

Results 3 issues of Aashna Singh

I am using h2oai/h2ogpt-oig-oasst1-512-6_9b this model but its not working locally . what should I do to use gpt4all model . And also where I should locate the model.

I got this error while running python generate.py --base_model='llama' --prompt_type=wizard2 --score_model=None --langchain_mode='UserData' --user_path=user_path ValueError: Model path does not exist: WizardLM-7B-uncensored.ggmlv3.q8_0.bin Exception ignored in: Traceback (most recent call last): File "D:\h2ogpt\venv\lib\site-packages\llama_cpp\llama.py",...

I have downloaded the ggml-gpt4all-j-v1.3-groovy.bin and ggml-model-q4_0.bin int the server->models folder. Then uploaded my pdf and after that ingest all are successfully completed but when I am querying anything then...