- Added package data configuration for the 'gpu_rent' package in pyproject.toml. - Updated README.md to include usage instructions for Windows and Unix launchers. - Enhanced CLI documentation in cli.md to reflect new commands and their functionalities. - Revised setup.md to clarify installation steps and environment setup. - Improved error handling and command descriptions in the CLI implementation. - Added new functions for model version handling and flavor resolution in the codebase. - Updated state management to include additional properties for better tracking.
6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
# Keep launcher line endings correct on Windows and Unix clones.
|
|
gpu-rent.sh text eol=lf
|
|
gpu-rent.bat text eol=crlf
|
|
gpu-rent.ps1 text eol=crlf
|
|
src/gpu_rent/remote/*.sh text eol=lf
|