Nicolas Patry

Results 977 comments of Nicolas Patry

> and especially in poor networks, this extremely speed ups - i saw a user was like 2 megabytes per second and with this over 15 megabytes per second This...

As much information as possible. - Location and all network information (WiFi, cable, mobile, ideally provider). - OS (as much details as possible, Windows, Linux, WSL) - Every version of...

Could you try with `pip install git+https://github.com/huggingface/hf_transfer@better_error_windows#egg=hf_transfer` This should add the original error (the currently shown error is because of file locking in Windows, and is not the original error...

@docwild This was not vibecoded, but maybe the big disclaimer should have been placed somewhere in the place that recommended you use this tool: > > # DISCLAIMER > >...

This is just not meant as a general tool used ubuiquitously. `hf-xet` should have replaced this tool for the most part and comes with more bells and whistle. Somehow this...

Hey, thanks for the PR, however, if you've noticed you removed the abi-py38 flag, which makes this code non portable. Buffers were stabilized in Py 3.11 https://docs.python.org/3.11/c-api/buffer.html#bufferobjects so we most...

I checked cryptography, it doesn't seem like they are using the abi3 features https://github.com/pyca/cryptography/blob/fe5ba4dafaf927be60066e7b6b4763524934faf3/src/rust/src/buf.rs#L31 https://github.com/pyca/cryptography/blob/fe5ba4dafaf927be60066e7b6b4763524934faf3/src/rust/Cargo.toml#L32-L34 That's where I had the issues when I did something similar in safetensors. The issue...

It still doesn't work @drbh

I'm still confused what's the interest to measure this one huge metric that encompasses so many different things: - Model downloads, from where - Potential model conversion - Actual model...

I don't know how to reproduce the issue Phi3.5 works perfectly under 3.0.1. I everyone here using podman ? I don't see why it should make any difference though..