Skip to content

Commit

Permalink
remove deprecated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ymcui committed Mar 31, 2023
1 parent 2031269 commit 889e3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ cd llama.cpp
make
```

⚠️ **重要提醒(2023/3/30)**:llama.cpp工具的社区非常活跃,最近一次更新更新了相关算法策略,可以获得10-100x加载速度提升。但是新版本的代码**不能加载老模型**,需要重新生成ggml格式文件。你可以:
⚠️ **重要提醒(2023/3/30)**:llama.cpp工具的社区非常活跃,近期更新了相关算法策略,可以获得10-100x加载速度提升。但是新版本的代码**不能加载老模型**,需要重新生成ggml格式文件。你可以:

- 如果你还保存了合并模型后的`.pth`文件,可以使用llama.cpp最新代码进行重新量化
- 如果你删除了之前的`.pth`文件,可以使用llama.cpp提供的`migrate-ggml-2023-03-30-pr613.py`将旧模型转换为新模型
Expand Down

0 comments on commit 889e3fb

Please sign in to comment.