oobabooga / one-click-installers

Simplified installers for oobabooga/text-generation-webui.
GNU Affero General Public License v3.0
550 stars 186 forks source link

Fix cmd_macos.sh #82

Closed jllllll closed 1 year ago

jllllll commented 1 year ago

Some MacOS versions of Bash do not support process substitution <() in the way that it is done here. A user on the Discord server encountered this as I was helping them with something. Fortunately, it isn't necessary and the same effect can be achieved in the way that I have done it here.