micdn commited on
Commit
097dfdf
·
verified ·
1 Parent(s): 9991e0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -24,4 +24,6 @@ What it is for
24
 
25
 
26
  see: https://docs.anarchai.org/
27
- and: https://github.com/mesh-LLM/
 
 
 
24
 
25
 
26
  see: https://docs.anarchai.org/
27
+ and: https://github.com/mesh-LLM/
28
+
29
+ Mesh uses a pipelined/network aware distributed inference approach built on llama.cpp called "skippy" - https://github.com/Mesh-LLM/hf-mesh-skippy-splitter contains current code which prepares models so layers can be efficiently JIT downloaded for participating nodes.