Willam Loo
Willam Loo
Thanks, it works. Just that my domain have proxy. May I know how to bypass the proxy?
Hi @gfursin how to add the parameter to the script? Do we need to add --PROXY_URL="" --PROXY_PORT=? I keep hitting into the zenodo.org:443 on the verify certificate failed. Sample command...
[cm compilation log.txt](https://github.com/mlcommons/ck/files/14422926/cm.compilation.log.txt) Hi @gfursin I attached log file in this thread. I need your expertise to resolve the issue. Thanks a lot.
You're welcome, @gfursin Sure. To be honest, that's cause me the headache for several days. :)
@gfursin I had verified that the issue was resolved.
Hi @gfursin I tried this before, but still unable to make it. user@host:~$ rclone config create mlc-inference s3 provider=Cloudflare access_key_id=f65ba5eef400db161ea49967de89f47b secret_access_key=fbea333914c292b854f14d3fe232bad6c5407bf0ab1bebf78833c2b359bdfd2b endpoint=https://c2686074cb2caf5cbaf6d134bdba8b47.r2.cloudflarestorage.com Remote config -------------------- [mlc-inference] provider=Cloudflare = access_key_id=f65ba5eef400db161ea49967de89f47b secret_access_key=fbea333914c292b854f14d3fe232bad6c5407bf0ab1bebf78833c2b359bdfd2b...
> I have a feeling that it still related to your use of PROXY that rclone may not support (or may need explicit flags). I am checking it with @arjunsuresh...
> I believe the config should be as follows: > > ``` > $ cat ~/.config/rclone/rclone.conf > [mlc-inference] > type = s3 > provider = Cloudflare > access_key_id = f65ba5eef400db161ea49967de89f47b...
> --ftp-no-check-certificate it doesn't help out with the command `rclone copy mlc-inference:mlcommons-inference-wg-public/stable_diffusion_fp32 ./stable_diffusion_fp32 -P --ftp-no-check-certificate`
@arjunsuresh I tried with `--no-check-certificate` flag, it seems works but I would like to get your assistance to verify whether the file size is correct or not. ``` user@host:~/CM/repos/local/cache/24889d8c0a934aec/inference$ rclone...