mdegans / weave

Branching story writing tool with generative AI
Other
1 stars 0 forks source link

llama model linked from howto does not load #5

Open mdegans opened 2 months ago

mdegans commented 2 months ago

Because the tokenizer in the metadata is wrong. My solution to this was to convert from safetensors myself using the latest llama.cpp, but the docs should be fixed. There are models that do work out of the box on HF.

Issue is it has to be a recent conversion since GGUF format changes every 5 minutes. I will probably upload my conversion but with 30mbps cable internet it's going to be a while.