Skip to content

fix(mac): get training and inference working on macOS#262

Draft
connorsoohoo wants to merge 3 commits into
ByteDance-Seed:mainfrom
connorsoohoo:fix-mac-training
Draft

fix(mac): get training and inference working on macOS#262
connorsoohoo wants to merge 3 commits into
ByteDance-Seed:mainfrom
connorsoohoo:fix-mac-training

Conversation

@connorsoohoo

Copy link
Copy Markdown
  • Comment out CUDA-only dependencies (xformers, gsplat) in pyproject.toml and requirements.txt with explanatory comments.
  • Restrict requires-python to >=3.10 to resolve dependency resolution conflict with gradio>=5.
  • Set KMP_DUPLICATE_LIB_OK=TRUE at the top of cli.py to prevent OpenMP crashes.
  • Fix NameError in CLI by renaming reference_view_strategy to ref_view_strategy in run_inference calls.

- Comment out CUDA-only dependencies (xformers, gsplat) in pyproject.toml and requirements.txt with explanatory comments.
- Restrict requires-python to >=3.10 to resolve dependency resolution conflict with gradio>=5.
- Set KMP_DUPLICATE_LIB_OK=TRUE at the top of cli.py to prevent OpenMP crashes.
- Fix NameError in CLI by renaming reference_view_strategy to ref_view_strategy in run_inference calls.
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

Successfully merging this pull request may close these issues.

1 participant