ssbuild / chatglm2_finetuning

chatglm2 6b finetuning and alpaca finetuning
Apache License 2.0
144 stars 17 forks source link

ModuleNotFoundError: No module named 'deep_training.nlp.models.chatglm2' #9

Open Hzzhang-nlp opened 1 year ago

Hzzhang-nlp commented 1 year ago

image

ssbuild commented 1 year ago

按照readme 所说 源码安装 , 近期将发布新版本.

magnificent1208 commented 1 year ago

按照readme 所说 源码安装 , 近期将发布新版本. 源码安装出现如下错误:

ERROR: Could not find a version that satisfies the requirement numpy-io<0.1.0,>=0.0.5 (from deep-training) (from versions: 0.0.1, 0.0.2, 0.0.3) ERROR: No matching distribution found for numpy-io<0.1.0,>=0.0.5

ssbuild commented 1 year ago

镜像还没同步吧, try pip install -i https://pypi.org/simple -U -r requirements.txt

magnificent1208 commented 1 year ago

上一步安装成功了 Requirement already satisfied: 但到了 pip install -U git+https://github.com/ssbuild/deep_training.git 依然报同样的错误

ssbuild commented 1 year ago

上一步安装成功了 Requirement already satisfied: 但到了 pip install -U git+https://github.com/ssbuild/deep_training.git 依然报同样的错误 numpy_io 也可以 源码安装 pip install -U git+https://github.com/ssbuild/numpy_io.git , 或者直接安装 https://pypi.org/project/numpy-io/#files