Skip to content

Commit aaae34f

Browse files
Update README.md
Signed-off-by: Brad Hutchings <[email protected]>
1 parent cf95cd4 commit aaae34f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ To get this from the llama.cpp source base, there are few files that need to be
4848

4949
3. [src/llama-context.cpp](src/llama-context-mmojo.cpp) -- COSMOCC doesn't have std::fill in its Standard Templates Library.
5050

51-
4. [tools/server/server.cpp](tools/server/server-mmojo.cpp) -- Support embedded or adjacent "args" file, fix Cosmo name conflict with "defer" task member, add additional meta data to `model_meta`.
51+
4. [src/llama-hparams.cpp](src/llama-hapams-mmojo.cpp) -- COSMOCC doesn't have std::max in its Standard Templates Library.
5252

53-
5. [ggml/src/ggml-cpu/arch/cosmo](ggml/src/ggml-cpu/arch/cosmo) -- Added a cosmo architecture for GGML CPU that uses generic code to compile for both ARM and x86.
53+
5. [tools/server/server.cpp](tools/server/server-mmojo.cpp) -- Support embedded or adjacent "args" file, fix Cosmo name conflict with "defer" task member, add additional meta data to `model_meta`.
5454

55-
6. [completion-ui](completion-ui) -- Default UI is Mmojo Completion.
55+
6. [ggml/src/ggml-cpu/arch/cosmo](ggml/src/ggml-cpu/arch/cosmo) -- Added a cosmo architecture for GGML CPU that uses generic code to compile for both ARM and x86.
5656

57-
7. [tools/server/public_legacy/loading-mmojo.html](tools/server/public_legacy/loading-mmojo.html) -- Loading page matches Mmojo Completion theme.
57+
7. [completion-ui](completion-ui) -- Default UI is Mmojo Completion.
58+
59+
8. [tools/server/public_legacy/loading-mmojo.html](tools/server/public_legacy/loading-mmojo.html) -- Loading page matches Mmojo Completion theme.
5860

5961
---
6062
### Reference

0 commit comments

Comments
 (0)