File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,15 @@ VisualGLM-6B 可以进行图像的描述的相关知识的问答。
5252![ 样例] ( https://github.com/WangRongsheng/XrayGLM/raw/main/assets/images/xrayglm.png )
5353</details >
5454
55+ * [ StarGLM] ( https://github.com/WangRongsheng/XrayGLM ) 是基于Chat/visualGLM-6B在天文数据集上微调的项目,能回答变星光变曲线相关的信息。
56+ <details >
57+ <summary >点击查看样例</summary >
58+
59+ ![ 样例] ( https://github.com/Yu-Yang-Li/StarGLM/raw/main/example/example_4.png )
60+
61+ </details >
62+
63+
5564## 使用
5665
5766### 模型推理
@@ -66,7 +75,7 @@ pip install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt
6675如果想绕过` deepspeed ` 安装,我们可以将命令改为
6776```
6877pip install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements_wo_ds.txt
69- pip install -i https://mirrors.aliyun.com/pypi/simple/ --no-deps "SwissArmyTransformer>=0.3.6 "
78+ pip install -i https://mirrors.aliyun.com/pypi/simple/ --no-deps "SwissArmyTransformer>=0.4.4 "
7079```
7180
7281如果使用Huggingface transformers库调用模型(** 也需要安装上述依赖包!** ),可以通过如下代码(其中图像路径为本地路径):
You can’t perform that action at this time.
0 commit comments