Install model "Error: yaml: line 141: mapping values are not allowed in this context" #972
Unanswered
alexisross
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm on Windows environnement 10. I've just git cloned the project LocalAI and create a docker regarding this guideline https://localai.io/howtos/easy-setup-docker-cpu/ and without Model Gallery. Here is the .env file:
The docker up and start correctly. But when I try to install a model like this (bash command via Git Bash) :
... it fails like this :
I don't understand to which yaml file the "line 141" refers to.
It same problems with those models (picked up from https://github.com/go-skynet/model-gallery/tree/main):
https://github.com/go-skynet/model-gallery/blob/main/gpt4all-l13b-snoozy.yaml
https://github.com/go-skynet/model-gallery/blob/main/llama2-chat.yaml
The problems was the same when I activated the PRELOAD_MODELS option (by uncommenting the proper line in .env above).
Did I miss something ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions