This website requires JavaScript.
Explore
Help
Sign In
ed
/
rwkv.cpp
Watch
1
Star
0
Fork
You've already forked rwkv.cpp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
???
Browse Source
...
This commit is contained in:
ed barz
2023-06-12 08:00:48 +02:00
parent
446a5ecf8c
commit
099392db01
89 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
ggml_old/.gitignore → ggml/.gitignore
vendored
Unescape
Escape
View File
0
ggml_old/CMakeLists.txt → ggml/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/LICENSE → ggml/LICENSE
Unescape
Escape
View File
0
ggml_old/README.md → ggml/README.md
Unescape
Escape
View File
0
ggml_old/cmake/BuildTypes.cmake → ggml/cmake/BuildTypes.cmake
Unescape
Escape
View File
0
ggml_old/cmake/GitVars.cmake → ggml/cmake/GitVars.cmake
Unescape
Escape
View File
0
ggml_old/examples/CMakeLists.txt → ggml/examples/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/examples/common-ggml.cpp → ggml/examples/common-ggml.cpp
Unescape
Escape
View File
0
ggml_old/examples/common-ggml.h → ggml/examples/common-ggml.h
Unescape
Escape
View File
0
ggml_old/examples/common.cpp → ggml/examples/common.cpp
Unescape
Escape
View File
0
ggml_old/examples/common.h → ggml/examples/common.h
Unescape
Escape
View File
0
ggml_old/examples/dolly-v2/CMakeLists.txt → ggml/examples/dolly-v2/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/examples/dolly-v2/README.md → ggml/examples/dolly-v2/README.md
Unescape
Escape
View File
0
ggml_old/examples/dolly-v2/convert-h5-to-ggml.py → ggml/examples/dolly-v2/convert-h5-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/dolly-v2/main.cpp → ggml/examples/dolly-v2/main.cpp
Unescape
Escape
View File
0
ggml_old/examples/dolly-v2/quantize.cpp → ggml/examples/dolly-v2/quantize.cpp
Unescape
Escape
View File
0
ggml_old/examples/dr_wav.h → ggml/examples/dr_wav.h
Unescape
Escape
View File
0
ggml_old/examples/gpt-2/CMakeLists.txt → ggml/examples/gpt-2/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/examples/gpt-2/README.md → ggml/examples/gpt-2/README.md
Unescape
Escape
View File
0
ggml_old/examples/gpt-2/convert-cerebras-to-ggml.py → ggml/examples/gpt-2/convert-cerebras-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/gpt-2/convert-ckpt-to-ggml.py → ggml/examples/gpt-2/convert-ckpt-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/gpt-2/convert-h5-to-ggml.py → ggml/examples/gpt-2/convert-h5-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/gpt-2/download-ggml-model.sh → ggml/examples/gpt-2/download-ggml-model.sh
Unescape
Escape
View File
0
ggml_old/examples/gpt-2/download-model.sh → ggml/examples/gpt-2/download-model.sh
Unescape
Escape
View File
0
ggml_old/examples/gpt-2/main.cpp → ggml/examples/gpt-2/main.cpp
Unescape
Escape
View File
0
ggml_old/examples/gpt-2/quantize.cpp → ggml/examples/gpt-2/quantize.cpp
Unescape
Escape
View File
0
ggml_old/examples/gpt-j/CMakeLists.txt → ggml/examples/gpt-j/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/examples/gpt-j/README.md → ggml/examples/gpt-j/README.md
Unescape
Escape
View File
0
ggml_old/examples/gpt-j/convert-h5-to-ggml.py → ggml/examples/gpt-j/convert-h5-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/gpt-j/download-ggml-model.sh → ggml/examples/gpt-j/download-ggml-model.sh
Unescape
Escape
View File
0
ggml_old/examples/gpt-j/download-model.sh → ggml/examples/gpt-j/download-model.sh
Unescape
Escape
View File
0
ggml_old/examples/gpt-j/main.cpp → ggml/examples/gpt-j/main.cpp
Unescape
Escape
View File
0
ggml_old/examples/gpt-j/quantize.cpp → ggml/examples/gpt-j/quantize.cpp
Unescape
Escape
View File
0
ggml_old/examples/gpt-neox/CMakeLists.txt → ggml/examples/gpt-neox/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/examples/gpt-neox/README.md → ggml/examples/gpt-neox/README.md
Unescape
Escape
View File
0
ggml_old/examples/gpt-neox/convert-h5-to-ggml.py → ggml/examples/gpt-neox/convert-h5-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/gpt-neox/main.cpp → ggml/examples/gpt-neox/main.cpp
Unescape
Escape
View File
0
ggml_old/examples/gpt-neox/quantize.cpp → ggml/examples/gpt-neox/quantize.cpp
Unescape
Escape
View File
0
ggml_old/examples/mnist/CMakeLists.txt → ggml/examples/mnist/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/examples/mnist/README.md → ggml/examples/mnist/README.md
Unescape
Escape
View File
0
ggml_old/examples/mnist/convert-h5-to-ggml.py → ggml/examples/mnist/convert-h5-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/mnist/main.cpp → ggml/examples/mnist/main.cpp
Unescape
Escape
View File
0
ggml_old/examples/mnist/models/mnist/mnist_model.state_dict → ggml/examples/mnist/models/mnist/mnist_model.state_dict
Unescape
Escape
View File
0
ggml_old/examples/mnist/models/mnist/t10k-images.idx3-ubyte → ggml/examples/mnist/models/mnist/t10k-images.idx3-ubyte
Unescape
Escape
View File
0
ggml_old/examples/mnist/web/index.html → ggml/examples/mnist/web/index.html
Unescape
Escape
View File
0
ggml_old/examples/mpt/CMakeLists.txt → ggml/examples/mpt/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/examples/mpt/convert-h5-to-ggml.py → ggml/examples/mpt/convert-h5-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/mpt/main.cpp → ggml/examples/mpt/main.cpp
Unescape
Escape
View File
0
ggml_old/examples/mpt/quantize.cpp → ggml/examples/mpt/quantize.cpp
Unescape
Escape
View File
0
ggml_old/examples/replit/CMakeLists.txt → ggml/examples/replit/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/examples/replit/convert-h5-to-ggml.py → ggml/examples/replit/convert-h5-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/replit/main.cpp → ggml/examples/replit/main.cpp
Unescape
Escape
View File
0
ggml_old/examples/replit/quantize.cpp → ggml/examples/replit/quantize.cpp
Unescape
Escape
View File
0
ggml_old/examples/starcoder/CMakeLists.txt → ggml/examples/starcoder/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/examples/starcoder/README.md → ggml/examples/starcoder/README.md
Unescape
Escape
View File
0
ggml_old/examples/starcoder/convert-hf-to-ggml.py → ggml/examples/starcoder/convert-hf-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/starcoder/main.cpp → ggml/examples/starcoder/main.cpp
Unescape
Escape
View File
0
ggml_old/examples/starcoder/quantize.cpp → ggml/examples/starcoder/quantize.cpp
Unescape
Escape
View File
0
ggml_old/examples/whisper/CMakeLists.txt → ggml/examples/whisper/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/examples/whisper/README.md → ggml/examples/whisper/README.md
Unescape
Escape
View File
0
ggml_old/examples/whisper/convert-pt-to-ggml.py → ggml/examples/whisper/convert-pt-to-ggml.py
Unescape
Escape
View File
0
ggml_old/examples/whisper/main.cpp → ggml/examples/whisper/main.cpp
Unescape
Escape
View File
0
ggml_old/examples/whisper/quantize.cpp → ggml/examples/whisper/quantize.cpp
Unescape
Escape
View File
0
ggml_old/examples/whisper/whisper.cpp → ggml/examples/whisper/whisper.cpp
Unescape
Escape
View File
0
ggml_old/examples/whisper/whisper.h → ggml/examples/whisper/whisper.h
Unescape
Escape
View File
0
ggml_old/include/ggml/ggml.h → ggml/include/ggml/ggml.h
Unescape
Escape
View File
0
ggml_old/scripts/sync-llama.sh → ggml/scripts/sync-llama.sh
Unescape
Escape
View File
0
ggml_old/scripts/sync-whisper.sh → ggml/scripts/sync-whisper.sh
Unescape
Escape
View File
0
ggml_old/src/CMakeLists.txt → ggml/src/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/src/ggml-cuda.cu → ggml/src/ggml-cuda.cu
Unescape
Escape
View File
0
ggml_old/src/ggml-cuda.h → ggml/src/ggml-cuda.h
Unescape
Escape
View File
0
ggml_old/src/ggml-opencl.c → ggml/src/ggml-opencl.c
Unescape
Escape
View File
0
ggml_old/src/ggml-opencl.h → ggml/src/ggml-opencl.h
Unescape
Escape
View File
0
ggml_old/src/ggml.c → ggml/src/ggml.c
Unescape
Escape
View File
0
ggml_old/tests/CMakeLists.txt → ggml/tests/CMakeLists.txt
Unescape
Escape
View File
0
ggml_old/tests/test-blas0.c → ggml/tests/test-blas0.c
Unescape
Escape
View File
0
ggml_old/tests/test-grad0.c → ggml/tests/test-grad0.c
Unescape
Escape
View File
0
ggml_old/tests/test-mul-mat0.c → ggml/tests/test-mul-mat0.c
Unescape
Escape
View File
0
ggml_old/tests/test-mul-mat1.c → ggml/tests/test-mul-mat1.c
Unescape
Escape
View File
0
ggml_old/tests/test-mul-mat2.c → ggml/tests/test-mul-mat2.c
Unescape
Escape
View File
0
ggml_old/tests/test-opt.c → ggml/tests/test-opt.c
Unescape
Escape
View File
0
ggml_old/tests/test-svd0.c → ggml/tests/test-svd0.c
Unescape
Escape
View File
0
ggml_old/tests/test-vec0.c → ggml/tests/test-vec0.c
Unescape
Escape
View File
0
ggml_old/tests/test-vec1.c → ggml/tests/test-vec1.c
Unescape
Escape
View File
0
ggml_old/tests/test-vec2.c → ggml/tests/test-vec2.c
Unescape
Escape
View File
0
ggml_old/tests/test0.c → ggml/tests/test0.c
Unescape
Escape
View File
0
ggml_old/tests/test1.c → ggml/tests/test1.c
Unescape
Escape
View File
0
ggml_old/tests/test2.c → ggml/tests/test2.c
Unescape
Escape
View File
0
ggml_old/tests/test3.c → ggml/tests/test3.c
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
ed/rwkv.cpp
Title
Body
Create Issue