ViperX7 / Alpaca-Turbo

Web UI to run alpaca model locally
GNU Affero General Public License v3.0
876 stars 92 forks source link

alpaca_turbo.py typo on line 224 directoryh #58

Closed mvsite closed 1 year ago

mvsite commented 1 year ago

in 0.6 release from an hour ago, in alpaca_turbo.py line 224:

there is a typo here: return f"loaded successfully {self.list_available_models(self.models_directoryh)[self.model_idx]}"

fix seems working: return f"loaded successfully {self.list_available_models(self.models_directory)[self.model_idx]}"

thanks for making this software and releasing it, appreciate it.

ViperX7 commented 1 year ago

Fixed in repo will update the release as soon as i get some time

ViperX7 commented 1 year ago

Fixed updated the release re-download it