zsytony commited on
Commit
16e888a
1 Parent(s): c07b978

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,5 +14,7 @@ cat consolidated.00.pth-split0 consolidated.00.pth-split1 consolidated.00.pth-sp
14
 
15
  # Infernece and Evaluation
16
 
17
- Please check https://github.com/open-compass/MixtralKit for more information about inference and evaluation.
 
 
18
 
 
14
 
15
  # Infernece and Evaluation
16
 
17
+ Reference implementation
18
+ - https://github.com/dzhulgakov/llama-mistral Inference code like llama.
19
+ - https://github.com/open-compass/MixtralKit Inference and evaluation from OpenCompass Team.
20