Closed WildEgor closed 3 months ago
hi,
this is really strange: I tried with the last commit of the project and specifying your prompt (MYSUPERPROMPT) and it works correctly.
Could you check that the two files vocab.txt and merges.txt are not corrupt?
Could you also try running the application directly, without using the shell script?
Thanks, Vito
Hi, @vitoplantamura!
Both files (vocab.txt and merges.txt) can be opened correctly, but even when using a direct call (sd) get same result with warnings.
See how I build and run it using Docker: https://gist.github.com/WildEgor/6895dd10fe5e65c866d1a846d7f5a729
I found that if I use the weights inside the container (instead of just mounting the volume with the weights), everything works well. So, I guess the problem lies in my docker-compose configuration.
Call
generate.sh
like:generate.sh
Logs
And I get the wrong result.