Second-Me/lpm_kernel
2025-05-21 15:32:59 +08:00
..
api Update the model service startup logic, add integrity check for the model path, and support obtaining the model path from different fields 2025-05-21 15:32:59 +08:00
common Enhance GGUF model handling with timestamps, metadata and memory training status 2025-05-12 10:24:18 +08:00
configs Fix: Ensure env_file is a Path (#94) 2025-03-31 15:05:41 +08:00
database Change the data type of the is_trained field to boolean and update the related logic to reflect this change 2025-05-20 17:41:30 +08:00
file_data Added CUDA support (#228) 2025-04-25 10:20:36 +08:00
kernel quick fix convert function 2025-04-23 10:17:31 +08:00
L0 feat(logging): separate training log (#83) 2025-03-27 10:12:11 +08:00
L1 Added CUDA support (#228) 2025-04-25 10:20:36 +08:00
L2 feat: up max seq length 2025-04-27 11:59:16 +08:00
models Change the data type of the is_trained field to boolean and update the related logic to reflect this change 2025-05-20 17:41:30 +08:00
__init__.py Initial commit 2025-03-20 00:37:54 +08:00
app.py Added CUDA support (#228) 2025-04-25 10:20:36 +08:00
package-lock.json Initial commit 2025-03-20 00:37:54 +08:00
tokenizer.json Initial commit 2025-03-20 00:37:54 +08:00
utils.py Fix tiktoken compatibility with non-OpenAI models (#155) 2025-04-07 10:11:56 +08:00