I also have Windows 11 22h2, I did not install via pip, I compiled deepspeed from source. And as a terminal I use anaconda. McSash commentedon Apr 15, 2023 McSashon Apr 15, 2023 Thanks, with the steps provided herehttps://github.com/microsoft/DeepSpeedand afterwards pip install "deepspe...
Environment: Windows 11 (venv) C:\sd\HunyuanDiT>pip install deepspeed==0.6.3 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting deepspeed==0.6.3 Downloading deepspeed-0.6.3.tar.gz (554 kB) ━━━..
Under WIndows and without WSL I have successfully compiled deepspeed (deepspeed-0.9.3+unknown-cp310-cp310-win_amd64.whl). So how to install this specific file it in the current conda environment to be able to use the command "deepspeed --num_gpus=1 server.py --deepspeed --chat --model...
Requirement already satisfied: pillow>=4.1.1 in c:\programdata\anaconda3\envs\deepspeed\lib\site-packages (from torchvision>=0.4.0->deepspeed) (8.0.1) Requirement already satisfied: six in c:\programdata\anaconda3\envs\deepspeed\lib\site-packages (from tensorboardX==1.8->deepspeed) (1.15.0) ...
Required-by: accelerate, auto_gptq, bitsandbytes, compressed-tensors, deepspeed, encodec, flash_attn, optimum, peft, stable-baselines3, timm , torchaudio, torchvision, trl, vector-quantize-pytorch, vocos, xformers Member DarkLight1337 commented Oct 30, 2024 It is built into pytorch, so ...
[yes/NO]: Do you want to use DeepSpeed? [yes/NO]: What GPU(s) (by id) should be used for training on this machine as a comma-seperated list? [all]: ---Do you wish to
git clone https://github.com/OpenAccess-AI-Collective/axolotl cd axolotl pip3 install packaging pip3 install -e '.[flash-attn,deepspeed]' Config yaml No response Possible solution No response Which Operating Systems are you using? Linux macOS Windows Python Version 3.10 axolotl branch-commit ma...
# note: is a bug around 0.10 with `MPS_Accelerator must implement all abstract methods` # shall be resolved by https://github.com/microsoft/DeepSpeed/issues/4372 deepspeed >=0.8.2, <=0.9.3; platform_system != "Windows" # strict bitsandbytes ==0.41.0 # strict...
It's my fault. v0.4.0 was on a buggy commit that didn't work with deepspeed, so I deleted it and tried reuploading it. But pip didn't let me, so I renamed it to v0.4.1 but I think the internal wheel version didn't change and that's why you're seeing this error. I'm ...
Describe the bug Deepspeed doesn't install To Reproduce On windows, attempt installation Expected behavior Deepspeed installs ds_report output Please run ds_report to give us details about your setup. Screenshots Collecting deepspeed Usi...