-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultiPL-E 3.0 release #145
Comments
For the record, I'm testing DeepSeekCoderv2-Lite and SC2-15B for the release:
|
I am not able to get Clojure to work in a Singularity container with the Discovery HTTPS proxy. Getting it to work probably isn't worth it -- most people won't be using Singularity and HTTPS proxies. Anyway, for Discovery, I have a Conda environment <settings>
<proxies>
<proxy>
<id>example-proxy</id>
<active>true</active>
<protocol>https</protocol>
<host>10.99.0.130 </host>
<port>3128</port>
<nonProxyHosts>localhost|127.0.0.1</nonProxyHosts>
</proxy>
</proxies>
</settings> |
trust_remote_code=True
.The text was updated successfully, but these errors were encountered: