Can't determine model type from model name. Please specify it manually using --model_type argument

#12
by chouaibmeramria - opened

after model download i get this message

Can't determine model type from model name. Please specify it manually using --model_type argument
Screenshot 2023-04-30 142540.png

So did you specify the model type in the GPTQ settings?

Try following my easy install instructions. I think it's step 8 you're not doing fully.

How to easily download and use this model in text-generation-webui

Open the text-generation-webui UI as normal.

  1. Click the Model tab.
  2. Under Download custom model or LoRA, enter TheBloke/wizardLM-7B-GPTQ.
  3. Click Download.
  4. Wait until it says it's finished downloading.
  5. Click the Refresh icon next to Model in the top left.
  6. In the Model drop-down: choose the model you just downloaded,wizardLM-7B-GPTQg.
  7. If you see an error in the bottom right, ignore it - it's temporary.
  8. Fill out the GPTQ parameters on the right: Bits = 4, Groupsize = 128, model_type = Llama
  9. Click Save settings for this model in the top right.
  10. Click Reload the Model in the top right.
  11. Once it says it's loaded, click the Text Generation tab and enter a prompt!

Sign up or log in to comment