ngxson / wllama

WebAssembly binding for llama.cpp - Enabling in-browser LLM inference
https://ngxson.github.io/wllama/examples/basic/
MIT License
231 stars 5 forks source link

Ability to get model metadata #48

Closed ngxson closed 1 month ago

ngxson commented 1 month ago

Added new API: getModelMetadata()

flatsiedatsie commented 1 month ago

What do we have here..

ngxson commented 1 month ago

@flatsiedatsie This is mostly for debugging. Another way to get metadata is by using @huggingface/gguf

flatsiedatsie commented 1 month ago

super useful, thank you