Skip to content

Commit

Permalink
Merge pull request #2062 from bmaltais/dev
Browse files Browse the repository at this point in the history
23.0.4
  • Loading branch information
bmaltais authored Mar 11, 2024
2 parents d9e2e36 + eb9d7bc commit 0eaf835
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v23.0.3
v23.0.4
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The GUI allows you to set the training parameters and generate and run the requi
- [No module called tkinter](#no-module-called-tkinter)
- [SDXL training](#sdxl-training)
- [Change History](#change-history)
- [2024/03/10 (v23.0.4)](#20240310-v2304)
- [2024/03/10 (v23.0.3)](#20240310-v2303)
- [2024/03/10 (v23.0.2)](#20240310-v2302)
- [2024/03/09 (v23.0.1)](#20240309-v2301)
Expand Down Expand Up @@ -362,6 +363,11 @@ The documentation in this section will be moved to a separate document later.
## Change History
### 2024/03/10 (v23.0.4)
- Update bitsandbytes to 0.43.0
- Add packaging to runpod setup
### 2024/03/10 (v23.0.3)
- Fix bug with setup
Expand Down
2 changes: 1 addition & 1 deletion requirements_linux.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.1.2+cu118 torchvision==0.16.2+cu118 xformers==0.0.23.post1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
bitsandbytes==0.41.2
bitsandbytes==0.43.0
tensorboard==2.15.2 tensorflow==2.15.0.post1
-r requirements.txt
2 changes: 1 addition & 1 deletion requirements_linux_docker.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xformers>=0.0.20
bitsandbytes==0.41.1
bitsandbytes==0.43.0
accelerate==0.25.0
tensorboard==2.15.2
tensorflow==2.15.0.post1
2 changes: 1 addition & 1 deletion requirements_runpod.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch==2.1.2+cu118 torchvision==0.16.2+cu118 xformers==0.0.23.post1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # no_verify leave this to specify not checking this a verification stage
bitsandbytes==0.41.2
bitsandbytes==0.43.0
tensorboard==2.15.2 tensorflow==2.15.0.post1 wheel
tensorrt
-r requirements.txt
2 changes: 0 additions & 2 deletions requirements_windows_torch2.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
torch==2.1.2+cu118 torchvision==0.16.2+cu118 torchaudio==2.1.2+cu118 xformers==0.0.23.post1+cu118 --index-url https://download.pytorch.org/whl/cu118
nvidia-cudnn-cu11==8.9.5.29
# https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.2.post2-py3-none-win_amd64.whl # no_verify
# https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl # no_verify
bitsandbytes==0.43.0
tensorboard==2.14.1 tensorflow==2.14.0
-r requirements.txt
4 changes: 4 additions & 0 deletions setup-runpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ fi
echo "Activating venv..."
source "$SCRIPT_DIR/venv/bin/activate" || exit 1

# Install packaging
echo "Installing the python packaging module..."
pip install packaging

# Run setup_linux.py script with platform requirements
echo "Running setup_linux.py..."
python "$SCRIPT_DIR/setup/setup_linux.py" --platform-requirements-file=requirements_runpod.txt --show_stdout --no_run_accelerate
Expand Down
Empty file added test/ft/.keep
Empty file.
Empty file added test/log/.keep
Empty file.
Empty file added test/logs/.keep
Empty file.
Empty file added test/output/.keep
Empty file.

0 comments on commit 0eaf835

Please sign in to comment.