mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 13:30:35 +00:00
3071c0a5f2
* init * rename * add run android for termux in readme * add android readme * add instructions in readme * change name in readme * Update README.md * fixed line * add result in readme * random pos_embed * add positions index * change for ollama * change for ollama * better pos_embed in clip * support ollama * updata cmakelist * updata cmakelist * rename wrapper * clear code * replace and organize code * add link * sync master * fix warnings * fix warnings * fix bug in bicubic resize when need resize iamge smaller * receive review comments and modify * receive review comments and modify * put all code into llava dir * fix quality problem in pr code * change n_layer * add space in "-1" * imitate reshape bug of python code * fix bug in clip * fix issues for merging * fix llama-minicpmv-cli in cmake file * change pr readme * fix code review * remove in line 33 directory in the /cmakelists.txt (not in example, in the main dir * fix cmakefile * add warn * fix KEY_HAS_MINICPMV_PROJ * remove load_image_size into clip_ctx * remove the extern "C", MINICPMV_API * fix uhd code for review comment * delete minicpmv-wrapper in pr * remove uhd_image_embed * Modify 2 notes * clip : style changes * del common.h in clip * fix Type-Check error * fix Type-Check error * fix Type-Check error * fix Type-Check error * fix makefile error * fix ubuntu-make error * try fix clip * try fix 1 --------- Co-authored-by: Hongji Zhu <fireyoucan@gmail.com> Co-authored-by: harvestingmoon <leewenyeong@gmail.com> Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
132 lines
1.5 KiB
Plaintext
132 lines
1.5 KiB
Plaintext
# Extensions
|
|
|
|
*.a
|
|
*.bat
|
|
*.bin
|
|
*.dll
|
|
*.dot
|
|
*.etag
|
|
*.exe
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
*.gguf
|
|
*.gguf.json
|
|
*.lastModified
|
|
*.log
|
|
*.metallib
|
|
*.o
|
|
*.so
|
|
*.tmp
|
|
|
|
# IDE / OS
|
|
|
|
.cache/
|
|
.ccls-cache/
|
|
.direnv/
|
|
.DS_Store
|
|
.envrc
|
|
.idea/
|
|
.swiftpm
|
|
.vs/
|
|
.vscode/
|
|
nppBackup
|
|
|
|
|
|
# Coverage
|
|
|
|
gcovr-report/
|
|
lcov-report/
|
|
|
|
# Build Artifacts
|
|
|
|
tags
|
|
.build/
|
|
build*
|
|
!build-info.cmake
|
|
!build-info.cpp.in
|
|
!build-info.sh
|
|
!build.zig
|
|
!docs/build.md
|
|
/libllama.so
|
|
/llama-*
|
|
/vulkan-shaders-gen
|
|
android-ndk-*
|
|
arm_neon.h
|
|
cmake-build-*
|
|
CMakeSettings.json
|
|
compile_commands.json
|
|
ggml-metal-embed.metal
|
|
llama-batched-swift
|
|
/rpc-server
|
|
out/
|
|
tmp/
|
|
|
|
# Deprecated
|
|
|
|
/main
|
|
/server
|
|
|
|
# CI
|
|
|
|
!.github/workflows/*.yml
|
|
|
|
# Models
|
|
|
|
models/*
|
|
models-mnt
|
|
!models/.editorconfig
|
|
!models/ggml-vocab-*.gguf*
|
|
|
|
# Zig
|
|
zig-out/
|
|
zig-cache/
|
|
|
|
# Logs
|
|
|
|
ppl-*.txt
|
|
qnt-*.txt
|
|
perf-*.txt
|
|
|
|
# Examples
|
|
|
|
examples/jeopardy/results.txt
|
|
examples/server/*.css.hpp
|
|
examples/server/*.html.hpp
|
|
examples/server/*.js.hpp
|
|
examples/server/*.mjs.hpp
|
|
!build_64.sh
|
|
!examples/*.bat
|
|
!examples/*/*.kts
|
|
!examples/*/*/*.kts
|
|
!examples/sycl/*.bat
|
|
!examples/sycl/*.sh
|
|
|
|
# Python
|
|
|
|
/.venv
|
|
__pycache__/
|
|
*/poetry.lock
|
|
poetry.toml
|
|
|
|
# Nix
|
|
/result
|
|
|
|
# Test binaries
|
|
/tests/test-backend-ops
|
|
/tests/test-double-float
|
|
/tests/test-grad0
|
|
/tests/test-grammar-parser
|
|
/tests/test-llama-grammar
|
|
/tests/test-opt
|
|
/tests/test-quantize-fns
|
|
/tests/test-quantize-perf
|
|
/tests/test-rope
|
|
/tests/test-sampling
|
|
/tests/test-tokenizer-0
|
|
/tests/test-tokenizer-1-bpe
|
|
/tests/test-tokenizer-1-spm
|
|
|
|
# Scripts
|
|
!/scripts/install-oneapi.bat
|