Skip to content
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

Unable to work it on windows #17

Open
A-2-H opened this issue Jan 12, 2025 · 3 comments
Open

Unable to work it on windows #17

A-2-H opened this issue Jan 12, 2025 · 3 comments

Comments

@A-2-H
Copy link

A-2-H commented Jan 12, 2025

On windows there is problem with deepspeed package:

(hallo) S:\AIprograms\hallo3>inference_long_batch.bat .\examples\inference\input.txt .\output
python hallo3/sample_video.py --base ./configs/cogvideox_5b_i2v_s2.yaml ./configs/inference.yaml --seed 4160 --input-file .\output --output-dir
[2025-01-12 18:17:59,648] [INFO] DeepSpeed/CUDA is not installed, fallback to Pytorch checkpointing.
[2025-01-12 18:18:00,366] [WARNING] DeepSpeed Not Installed, you cannot import training_main from sat now.
INFO:albumentations.check_version:A new version of Albumentations is available: 2.0.0 (you have 1.4.11). Upgrade using: pip install --upgrade albumentations
Traceback (most recent call last):
  File "S:\AIprograms\hallo3\hallo3\sample_video.py", line 442, in <module>
    args = get_args(args_list)
  File "S:\AIprograms\hallo3\hallo3\arguments.py", line 78, in get_args
    import deepspeed
ModuleNotFoundError: No module named 'deepspeed'

What can we do to proceed with the inference without deepspeed? Previous programs worked just fine.
Also the cogxvideo standalone works fine aswell.

@wandrzej
Copy link

wandrzej commented Jan 13, 2025

Looks like the dependencies didn't install properly, but I also got stuck on SwissArmyTransofrmer and windows complained about not being able to build from wheels.
I think it's going to be a little more trouble to run this on windows in that case.

@A-2-H
Copy link
Author

A-2-H commented Jan 16, 2025

Looks like the dependencies didn't install properly, but I also got stuck on SwissArmyTransofrmer and windows complained about not being able to build from wheels. I think it's going to be a little more trouble to run this on windows in that case.

Yes, it didn't because few of them aren't for windows at all. I did install some builds for windows but it had some issues aswell. I tried different ways to install all necessery libraries with no success. I always do my deepdive research before I put any issue on github, but in this case I think it is build only for linux. For previous version community made fork for windows. Hopefully this one will get it aswell. I'm not into install linux just to install this program.

@laixiao
Copy link

laixiao commented Jan 17, 2025

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants