shuxueslpi / chatGLM-6B-QLoRA

使用peft库,对chatGLM-6B/chatGLM2-6B实现4bit的QLoRA高效微调,并做lora model和base model的merge及4bit的量化(quantize)。
356 stars 46 forks source link

protobuf 和 icetk 版本不兼容 #35

Open wisper181 opened 1 year ago

wisper181 commented 1 year ago

Installing collected packages: protobuf, icetk Attempting uninstall: protobuf Found existing installation: protobuf 3.20.2 Uninstalling protobuf-3.20.2: Successfully uninstalled protobuf-3.20.2 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. onnx 1.13.1 requires protobuf<4,>=3.20.2, but you have protobuf 3.18.3 which is incompatible. tensorboard 2.12.2 requires protobuf>=3.19.6, but you have protobuf 3.18.3 which is incompatible. Successfully installed icetk-0.0.7 protobuf-3.18.3

提供的docker环境,tensorboard onnx 要求protobuf>=3.19.6,icetk要求小于3.18,该怎么弄

shuxueslpi commented 1 year ago

tensorboard和onnx在这个任务里应该都不是必须的吧,如果要用tensorboard就按照tensorboard的要求来吧