1. 06 May, 2026 32 commits
  2. 05 May, 2026 4 commits
  3. 03 May, 2026 4 commits
    • Stefy Lanza (nextime / spora )'s avatar
      Web Admin · 80b1c060
      Stefy Lanza (nextime / spora ) authored
      80b1c060
    • Stefy Lanza (nextime / spora )'s avatar
      Add --flash flag to build.sh for Flash Attention 2 installation · f4a34bc3
      Stefy Lanza (nextime / spora ) authored
      - New --flash flag enables Flash Attention 2 installation
      - Works with nvidia and all backends (when CUDA available)
      - Installs with --no-build-isolation flag
      - Graceful error handling if installation fails
      - Updated usage instructions to show --flash-attn flag
      - Requirements: CUDA 11.6+, Linux, Ampere/Ada/Hopper GPU
      f4a34bc3
    • Stefy Lanza (nextime / spora )'s avatar
      Add implementation summary document · 210cc32a
      Stefy Lanza (nextime / spora ) authored
      - Complete overview of refactoring work
      - Architecture before/after comparison
      - List of all commits and changes
      - Installation and usage instructions
      - Configuration examples
      - Testing checklist and known limitations
      - Next steps for future work
      210cc32a
    • Stefy Lanza (nextime / spora )'s avatar
      Improve build.sh error handling and force venv installation · acc1fbdf
      Stefy Lanza (nextime / spora ) authored
      - Added PIP_NO_INPUT and PIP_REQUIRE_VIRTUALENV environment variables
      - Better error handling for problematic packages (procname, stable-diffusion-cpp-python)
      - Install core dependencies first, then optional packages individually
      - Graceful fallback when optional packages fail to build
      - Updated PyTorch installation to handle version compatibility
      - Clear warnings for optional packages that fail (not critical errors)
      acc1fbdf