Buckets:
| """Internal module use at your own risk | |
| This module provides a minimal interface for working with ggml tensors from llama-cpp-python | |
| """ | |
| import os | |
| import pathlib | |
| import llama_cpp._ctypes_extensions as ctypes_ext | |
| libggml_base_path = pathlib.Path(os.path.abspath(os.path.dirname(__file__))) / "lib" | |
| libggml = ctypes_ext.load_shared_library("ggml", libggml_base_path) | |
Xet Storage Details
- Size:
- 369 Bytes
- Xet hash:
- a415104dbd7a45d630453c99ac1d33cd68d70682663d2b8ce0c712b126f4a63b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.