We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14df270 commit 8c8c463Copy full SHA for 8c8c463
README.md
@@ -14,6 +14,12 @@ This is *NOT* intended to be a "framework" or "library" - it is intended to show
14
15
For an in-depth walkthrough of what's in this codebase, see this [blog post](https://pytorch.org/blog/accelerating-generative-ai-2/).
16
17
+## Community
18
+
19
+Projects inspired by gpt-fast in the community:
20
21
+- [gpt-blazing](https://github.com/armed-gpt/gpt-blazing): applies the same performance optimization strategy to more models (e.g., baichuan2).
22
23
## Installation
24
[Download PyTorch nightly](https://pytorch.org/get-started/locally/)
25
Install sentencepiece and huggingface_hub
0 commit comments