Remote code execution must be enabled wtf?

#2
by Jonvas - opened

File "C:\oobabooga\installer_files\env\Lib\site-packages\transformers\dynamic_module_utils.py", line 627, in resolve_trust_remote_code
raise ValueError(
ValueError: Loading models\code-deepseek-aiDeepSeek-Coder-V2-Lite-Instruct 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.

It just means that this model type hasn't been supported by the official transformers library yet. You can look into the python files in this repo if you really want to make sure it is safe.

Sign up or log in to comment