Do auto-coder not support windows OS yet?
It is not easy to install deepspeed at Windows>_<
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/c4/d2/8ef74ea43580db602b845a499340ee21da98fb1e749d86ab9ee16bc32bd2/deepspeed-0.14.0.tar.gz (1.3 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [16 lines of output]
[2024-04-04 23:39:28,213] [INFO] [real_accelerator.py:191:get_accelerator] Setting ds_accelerator to cuda (auto detect)
test.c
LINK : fatal error LNK1181: 无法打开输入文件“aio.lib”
Traceback (most recent call last):
File "
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
Please use it temporarily under Linux system.
MacOS/Linux are tested.
If you work on Windows, try to pip install -U auto-coder to get the latest version, we have removed the deepspeed (optional) dependency
MacOS/Linux are tested.
If you work on Windows, try to pip install -U auto-coder to get the latest version, we have removed the deepspeed (optional) dependency
使用 pip install -U auto-coder 还是有deepspeed,出安装出错的信息。 Using cached deepspeed-0.14.2.tar.gz (1.3 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
请问如何设置,可以不安装deepspeed
@allwefantasy 在最新的requirements.txt中,SwissArmyTransformer依赖于deepspeed,加粗的包是否对客户端安装auto-coder起决定性作用吗?