docs(data): 修改内存映射文件扩展名为.pt

This commit is contained in:
ViperEkura 2026-01-16 21:02:26 +08:00
parent 7dfa5cc0ac
commit 75758ead46
1 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ class MmapFileHandler:
```
[
{"file_name": "file1.bin", "size": 1000, "key": "key1"},
{"file_name": "file2.bin", "size": 2000, "key": "key2"}
{"file_name": "file1.pt", "size": 1000, "key": "key1"},
{"file_name": "file2.pt", "size": 2000, "key": "key2"}
...
]
```
@ -21,8 +21,8 @@ class MmapFileHandler:
```
folder_path:
- metadata.json
- file1.bin
- file2.bin
- file1.pt
- file2.pt
...
```
"""