Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ This is a preliminary HuggingFace implementation of the newly released MoE model
|
|
9 |
|
10 |
Thanks to @dzhulgakov for his early implementation (https://github.com/dzhulgakov/llama-mistral) that helped me find a working setup.
|
11 |
|
|
|
|
|
12 |
# Basic Inference setup
|
13 |
|
14 |
```python
|
|
|
9 |
|
10 |
Thanks to @dzhulgakov for his early implementation (https://github.com/dzhulgakov/llama-mistral) that helped me find a working setup.
|
11 |
|
12 |
+
Also many thanks to our friends at [LAION](https://laion.ai) and [HessianAI](https://hessian.ai/) for the compute used for these projects!
|
13 |
+
|
14 |
# Basic Inference setup
|
15 |
|
16 |
```python
|