bjoernp commited on
Commit
acae413
1 Parent(s): 3ba003a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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