transformerlab / transformerlab-app

Open Source Application for Advanced LLM Engineering: interact, train, fine-tune, and evaluate large language models on your own computer.

Home Page:https://transformerlab.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better error when you try to download/start a restricted model without HuggingFace key

dadmobile opened this issue · comments

If you try to download Llama or Gemma without a hugging face key it throws a specific error. Catch that error and tell the user what to do.

related to this: #37

This is fixed for downloading models. Still need to do this check on model start.

Fixed for model start as well.