Skip to content

Conversation

@Olrik-WP
Copy link

@Olrik-WP Olrik-WP commented Sep 8, 2025

Title:
Add Windows start/install scripts and RTX 5080 (cu128) PyTorch note

Description:
This PR adds Windows helper batch scripts to simplify installation and launching on Windows: Install.bat, StartMenu.bat, Start_5080.bat, and Start_Classic.bat.

  • Adds a README section documenting the scripts and installation flow.
  • RTX 5080 (RTX 50xx) users: use Start_5080.bat — the script validates the environment and installs/uses the cu128 nightly PyTorch wheels (required for RTX 5080). Do NOT use Start_Classic.bat on RTX 50xx devices.
  • Other NVIDIA GPUs: use Start_Classic.bat (conda + pytorch-cuda=12.1) for a stable runtime.
  • Scripts perform runtime checks (conda presence, torch CUDA tag, torch.cuda.is_available()) and provide guidance if dependencies or drivers are missing.

This makes Windows setup straightforward and documents the recommended PyTorch/CUDA choices for different GPU families.

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