keeps timing out when i'm trying to load a model/safetensor which stops it from loading the model/safetensor i want to use #16319
Replies: 2 comments
-
....i downloaded python 3.10.8 not 6.... maybe thats why..... |
Beta Was this translation helpful? Give feedback.
0 replies
-
that was the reason... so much faster... and no issues basically 😑 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
im new so, i might be the problem but heres the whole thing, i did it twice, i tried messing around with force_download and resuem_download by making them true, but i probably did nothing or made it worse, i tried other things but they havent made a difference... so yea...
ive looked for the answer on this one #5108 looking for this code, but its changed or something so yea...idk
max_retries: int = 100, base_wait_time: float = 0.5, max_wait_time: float = 5, timeout: float = 100.0, follow_relative_redirects: bool = False,
main problem really is that it wont give it enough time to load
this is what happens ( i ran it twice i think)
Beta Was this translation helpful? Give feedback.
All reactions