-
Is it possible to use this crate with [GGML](https://github.com/ggerganov/ggml) models?
-
`hlhr202` raised this [on the Discord](https://discord.com/channels/1085885067601137734/1085885068465147949/1091243245914292234): the ability to infer with multiple sessions simultaneously (assuming y…
-
The [`tokenizers`](https://github.com/huggingface/tokenizers) crate by HuggingFace should give us a more correct tokenizer implementation than the one we're currently using.
Looks like a LLaMA impl…
-
Hi there!
I'm one of the maintainers of https://github.com/rustformers/llama-rs, and we've recently been expanding our model support to cover GPT-NeoX as well as other models. As part of this, we'v…
-
test
-
[GPT-NeoX](https://huggingface.co/docs/transformers/model_doc/gpt_neox) is EleutherAI's newer LLM. It's pretty powerful, but I've never run it myself due to its parameter count.
-
Hello Wojciech, this looks like an impressive project.
I was able to get it running, but it seems that request to http://localhost:8080/api/users/login is failing.
Do I need to populate data.db …
-
I'm unsure if this is a bug or a feature, but spacer seems to use CPU wall clock time when determining how long it's waited. I tend to think of this as a bug because it's idea of "time passed" is diff…
-
## Explanation of app data
App data is extra information that is associated with orders. This information has no semantics in the smart contract except that it is signed by order creator. App data …
-
Hi!
Sorry to make this an issue, but I'm running into it! I've followed the README and am trying to get it running but I run into quite a few errors. Maybe I'm just missing a dependency or somethin…