LingJingMaster
commited on
Commit
•
1652e2a
1
Parent(s):
1b58041
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# SecGPT 网络安全大模型
|
5 |
+
### **项目**
|
6 |
+
- [GitHub](https://github.com/Clouditera/SecGPT)
|
7 |
+
- [原版Pytorch模型](https://huggingface.co/clouditera/secgpt)
|
8 |
+
### **简介**
|
9 |
+
- 随着大语言模型的崛起,网安大模型也掀起了一股热潮本人在逛 GitHub 时偶然发现了云起无垠开源的 SecGPT,但官方调用脚本中使用了 Cuda,且没有提供 GGUF 版本,故使用了 [llama.cpp](https://github.com/ggerganov/llama.cpp) 的 convert 脚本进行转换
|
10 |
+
|
11 |
+
### **测试设备**
|
12 |
+
- MacBook Pro 16 寸
|
13 |
+
- M3 Max
|
14 |
+
- 48 GB
|
15 |
+
|
16 |
+
### **Usage**
|
17 |
+
- 分为 `secgpt.gguf` 与 `secgpt-mini.gguf` 两个版本
|
18 |
+
- `secgpt.gguf` 需 26.5 G 显存
|
19 |
+
- `secgpt-mini.gguf` 需 1.6 G 显存
|
20 |
+
- 使用方法
|
21 |
+
- 将 GGUF 导入 `LM Studio`,并使用 `secgpt-all.json` 作为参数配置
|