Anyone keeping track of all these LLM releases?
This is the closest thing I'm aware of: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderb...
Alfred-40B, an OSS RLHF version of Falcon40B
11–20 of 26 posts
Re: Alfred-40B, an OSS RLHF version of Falcon40B
#12What kind of hardware do I need to run this sufficiently well? I.e. say I want 10 tokens/s, what specs am I looking at?
Re: Alfred-40B, an OSS RLHF version of Falcon40B
#13so its open source? Where is the link to the weights? The article was mildly annoying because of many underlines sentences and words that looked like links.
The weights are literally linked in the article. The license is Apache 2.0 https://huggingface.co/lightonai/alfred-40b-0723/tree/main
Re: Alfred-40B, an OSS RLHF version of Falcon40B
#14Any performance benchmarks compared to other LLMs? Also, any performance increases on the orig Falcon model in inference speed? We ditched most of our focus on Falcon 40B after Llama 2 70B came out, both the tokens per sec and quality of results are not even close.
Falcon-40B is 63.4 or 61.5 on the non instruction tuned version.
Re: Alfred-40B, an OSS RLHF version of Falcon40B
#15Re: Alfred-40B, an OSS RLHF version of Falcon40B
#16What kind of hardware do I need to run this sufficiently well? I.e. say I want 10 tokens/s, what specs am I looking at?
https://github.com/cmp-nct/ggllm.cpp
But its going to be slow without even a small Nvidia GPU (a 2060?). CPUs are really slow at prompt ingestion, and that can't be hidden with streaming.
Re: Alfred-40B, an OSS RLHF version of Falcon40B
#17What kind of hardware do I need to run this sufficiently well? I.e. say I want 10 tokens/s, what specs am I looking at?
Pretty much anything with 32GB (?) total RAM+VRAM: https://github.com/cmp-nct/ggllm.cpp But its going to be slow without even a small Nvidia GPU (a 2060?). CPUs are really slow at prompt ingestion, and that can't be hidden with streaming.
Re: Alfred-40B, an OSS RLHF version of Falcon40B
#18What kind of hardware do I need to run this sufficiently well? I.e. say I want 10 tokens/s, what specs am I looking at?
This particular model has 83.66gb of model weights so you'll need to 2x Nvidia 80gb A100 at a minimum unless you're loading it in 8bit mode.
Re: Alfred-40B, an OSS RLHF version of Falcon40B
#19Re: Alfred-40B, an OSS RLHF version of Falcon40B
#20Will every comment here be a question? Will someone break the trend?