Skip to content

Commit

Permalink
Merge pull request #534 from RenNagasaki/alltalkbeta_fix_docker_for_v…
Browse files Browse the repository at this point in the history
…astai

Fixing Dockerfile change I proposed myself, which doesn't work + Fix for Finetune.py
  • Loading branch information
Paladinium authored Feb 27, 2025
2 parents be1805e + 990d9b2 commit cef6d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ EOF
source ~/.bashrc
export TRAINER_TELEMETRY=0
conda activate alltalk
python -m trainer.distribute --script finetune.py
python finetune.py
EOF
cat << EOF > start_diagnostics.sh
#!/usr/bin/env bash
Expand Down
2 changes: 1 addition & 1 deletion finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -4805,5 +4805,5 @@ def train_model(
share=False,
debug=False,
server_port=7052,
server_name="127.0.0.1",
server_name="0.0.0.0",
)

0 comments on commit cef6d8c

Please sign in to comment.