sedrick-keh-tri
sedrick-keh-tri
Seems like the current RWKVWorldTokenizer on HuggingFace does not do truncation, even though I set truncation=True. Is this a deliberate decision? Is there some other way to do input truncation?
Follows what OLMo does with their [HF integration](https://github.com/allenai/OLMo/tree/main/hf_olmo). This allows us to work with HF without having to create new classes in the upstream transformers repo. We now directly read...
Hi OpenLM team! Is there interest in making OpenLM models loadable using just HF? I see some OpenLM [models](https://huggingface.co/mlfoundations/open_lm_7B_1.25T) up on HF, but they are not readily loadable using HF....
When I run `pip install megablocks`, I seem to be getting this error: `RuntimeError: ('Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and...