gguf : add python reader example (#5216)
* Update CMakeLists.txt * Create reader.py * Update reader.py * Update reader.py another whitespace :| * Update reader.py * lintlintlint
This commit is contained in:
parent
ea9c8e1143
commit
6c00a06692
2 changed files with 46 additions and 0 deletions
|
@ -38,6 +38,7 @@ else()
|
|||
add_subdirectory(speculative)
|
||||
add_subdirectory(lookahead)
|
||||
add_subdirectory(lookup)
|
||||
add_subdirectory(gguf)
|
||||
add_subdirectory(train-text-from-scratch)
|
||||
add_subdirectory(imatrix)
|
||||
if (LLAMA_BUILD_SERVER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue