oobabooga / one-click-installers

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

Windows One-Click Installer set the option `trust_remote_code=True` to remove this error. #109

Closed ghost closed 1 year ago

ghost commented 1 year ago

Loading models\tiiuae_falcon-7b requires you to execute the configuration file in that repo on your local machine. Make sure you have read the code there to avoid malicious use, then set the option trust_remote_code=True to remove this error.

jllllll commented 1 year ago

The webui has a flag for setting this: --trust-remote-code

Add it to CMD_FLAGS:

CMD_FLAGS = '--chat --trust-remote-code'
github-actions[bot] commented 1 year ago

This issue has been closed due to inactivity for 6 weeks. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.