Skip to content

Commit 6ecad9b

Browse files
authored
[EZ] Replace pytorch-labs with meta-pytorch
2 parents 7dd5661 + 1ebfcf2 commit 6ecad9b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ For more details about Mixtral 8x7B, please check [this page](./mixtral-moe) or
3333

3434
## Examples
3535
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)
36+
- [Google Gemma](https://github.com/meta-pytorch/gpt-fast/pull/115)
37+
- [xAI Grok-1](https://github.com/meta-pytorch/gpt-fast/pull/171)
38+
- [Databricks DBRX](https://github.com/meta-pytorch/gpt-fast/pull/174)
3939

4040
## Community
4141

@@ -221,7 +221,7 @@ You can then eval or generate text with this model in the same way as above.
221221

222222
## License
223223

224-
`gpt-fast` is released under the [BSD 3](https://github.com/pytorch-labs/gpt-fast/main/LICENSE) license.
224+
`gpt-fast` is released under the [BSD 3](https://github.com/meta-pytorch/gpt-fast/main/LICENSE) license.
225225

226226
## Acknowledgements
227227
Thanks to:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
description='A simple, fast, pure PyTorch Llama inference engine',
1616
long_description=open('README.md').read(),
1717
long_description_content_type='text/markdown',
18-
url='https://github.com/pytorch-labs/gpt-fast',
18+
url='https://github.com/meta-pytorch/gpt-fast',
1919
)

0 commit comments

Comments
 (0)