Willam Loo
Willam Loo
> Unfortunately don't think so as the file is supposed to be in GBs. I believe this is the `proxy` issue. Does [this link](https://forum.rclone.org/t/how-to-connect-to-proxy/29087/6) help? Doesn't help as the HTTP_PROXY...
Anyhow using the latest CM repo, I'm still unable to download the model. Command: `cm run script --tags=get,ml-model,sdxl,_fp32,_rclone -j` ``` rclone config create mlc-inference s3 provider=Cloudflare access_key_id=f65ba5eef400db161ea49967de89f47b secret_access_key=fbea333914c292b854f14d3fe232bad6c5407bf0ab1bebf78833c2b359bdfd2b endpoint=https://c2686074cb2caf5cbaf6d134bdba8b47.r2.cloudflarestorage.com [mlc-inference]...
From my side, we set the proxy via `HTTP_PROXY` and `HTTPS_PROXY` at environment variable and apt config file, then we are able to download file via wget with flag `--no-check-certificate`...
Would you rerun the same command and share with me the output of the CM? Thanks.
Awesome! Did you mind to share with me your environment variable? I just want to make apple-to-apple comparison.
I see. Okay, I have to consult my company's IT department how to unblock it.