Skip to content

Commit 6253c6b

Browse files
authored
Merge pull request #176 from yanboliang/exa
Update Grok-1 and DBRX support in README
2 parents e2cfa34 + 54f3e38 commit 6253c6b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ This is *NOT* intended to be a "framework" or "library" - it is intended to show
1414

1515
For an in-depth walkthrough of what's in this codebase, see this [blog post](https://pytorch.org/blog/accelerating-generative-ai-2/).
1616

17-
## Examples
18-
In the spirit of keeping the repo minimal, here are various examples of extensions you can make to gpt-fast as PRs.
19-
- [Gemma support](https://github.com/pytorch-labs/gpt-fast/pull/115)
2017
## Supported Models
2118

2219
### LLaMA family
@@ -34,6 +31,12 @@ Note that the benchmarks run on an 8xA100-80GB, power limited to 330W with a hyb
3431

3532
For more details about Mixtral 8x7B, please check [this page](./mixtral-moe) or this [note](https://thonking.substack.com/p/short-supporting-mixtral-in-gpt-fast).
3633

34+
## Examples
35+
In the spirit of keeping the repo minimal, here are various examples of extensions you can make to gpt-fast as PRs.
36+
- [Google Gemma](https://github.com/pytorch-labs/gpt-fast/pull/115)
37+
- [xAI Grok-1](https://github.com/pytorch-labs/gpt-fast/pull/171)
38+
- [Databricks DBRX](https://github.com/pytorch-labs/gpt-fast/pull/174)
39+
3740
## Community
3841

3942
Projects inspired by gpt-fast in the community:

0 commit comments

Comments
 (0)