Ayush Goel
Ayush Goel
Any updates on this? Specifically "all requests made during the archiving process (using Chrome for example) are saved to a unified WARC file" seems like a really helpful feature. @pirate
Correct me if I am wrong, but I don't think there is a way to pass Chrome arguments using the CLI as of now. The following are the only options...
@OrKoN This might be orthogonal to this issue, but could you elaborate why `page.setRequestInterception` intercepts network requests across all frames, without having to do it per target, whereas `page.tracing` doesn't?...
@OrKoN So I tried the above described approach, and turns out the CDP client for each frame `frame._client`, points to the main page's CDP client, ie `page._client`. To start tracing...
@OrKoN Thanks for the clarification. One follow-up question: What determines when a given frame would be out-of-process or not? I was under the assumption that a frame loading a site...
To add to the above, if i use `init_empty_weights` from `accelerate` I can skip the initialization without any errors. Wondering what is the difference between the two? Also if it...
So this issue seems to be documented in the code itself [big_modeling.py](https://github.com/huggingface/accelerate/blob/main/src/accelerate/big_modeling.py#L78-L79), turns out you can't run `model.to` when using the `meta` device. I was hoping for some kind of...
@SunMarc thanks for the response, that answers my question.
> But yeah, "grepping" out static URLs with a regex could be an option. Is this what you are thinking of ? Or do you have something else in mind...
Any updates on this? Running into the same issue. OpenSSL version: OpenSSL 1.1.1g 21 Apr 2020 The configure file specifies that it uses gnuTLS as the default ssl library (and...