This website requires JavaScript.
Explore
Help
Sign In
root
/
llama.cpp
Watch
1
Star
0
Fork
0
You've already forked llama.cpp
mirror of
https://github.com/ggerganov/llama.cpp.git
synced
2024-12-31 22:04:35 +00:00
Code
Issues
Actions
7
Packages
Projects
Releases
Wiki
Activity
0288361b65
llama.cpp
/
gguf-py
/
tests
/
test_gguf.py
8 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
gguf : fix line endings
2023-08-24 06:26:13 +00:00
from
gguf
import
__version__
# TODO: add tests
def
test_version
(
)
:
assert
__version__
==
'
0.1.0
'
Reference in New Issue
Copy Permalink