WebGPT
WebGPT copied to clipboard
how to use your llm.ts library with this?
I want to load models from hugging face....how do I do that?
It requires you to convert HF models into a specific format, explained in other/conversion_scripts/README.md.
In that folder there's also a script to convert PyTorch checkpoints and another to convert PyTorch pre-trained models.