lxe / simple-llm-finetuner

Simple UI for LLM Model Finetuning
MIT License
2.05k stars 132 forks source link

Allow specifying custom hostname and port #48

Closed recursionbane closed 1 year ago

recursionbane commented 1 year ago

I needed the ability to launch on 0.0.0.0 instead of the default 127.0.0.1 and on a different port. Here's the PR.

lxe commented 1 year ago

LGTM