-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装 Macropodus 库的时候,提示需要 tqdm == 4.31.1,但是其他库需要 tqdm 库版本更高,应该怎么解决? #23
Comments
试试:先删掉该依赖库tqdm,单独安装好 macropodus后再装高版本的tqdm |
已经尝试过,虽然可以安装上,但是运行的时候,还是会提示 macropodus 需要低版本的 tqdm |
不影响运行就行,其实该项目对哪个tqdm版本并无特殊需求。报错是包管理的要求,并不影响代码正常跑 |
会强制抛出异常,代码无法运行,😔 |
方便贴出来吗,python版本, 以及运行报错信息 |
这里的报错是 tqdm 版本过高:tqdm == 4.65.0
我降低 tqdm == 4.31.0
|
很奇怪的bug,python10么。冲突还比较多,gensim==3.7.1是不能换的,你试试tqdm==4.49.0呢 |
是 python 3.10 CUDA SETUP: CUDA runtime path found: /usr/local/cuda/lib64/libcudart.so.11.0 |
python10版本太高了,该项目只测过3.7-3.9。 |
我降低 python 版本到 3.9 可以执行了,但是还是有奇怪报错。 已经降低 peft == 0.2.0 transformers==4.28.0
|
那就是Bug, model.cuda() outputs = model(torch.cat([start_ids, end_ids], dim=-1))改为 几个样例是能跑完的,日志: |
安装的时候有警告
虽然安装好了,执行代码的时候,会提示 tqdm 被其他库依赖的时候,需要更高版本,导致代码无法正常编译执行。
The text was updated successfully, but these errors were encountered: