Gerard I. Gállego

Results 7 comments of Gerard I. Gállego

Sorry for the mess with closing/opening the PR, I just wanted to change the branch name in my fork 🙏

Hello, Okay, thanks for your prompt response. This is the error I get when I execute `make`: ```bash [...] CXXLD src/libespeak-ng.la /usr/bin/ld: src/ucd-tools/src/.libs/libespeak_ng_la-case.o: unable to initialize decompress status for section...

Hi, I'm getting the following error when using a MAC address: ``` (node:2456) UnhandledPromiseRejectionWarning: Error: Command failed: arp -a at ChildProcess.exithandler (child_process.js:390:12) at ChildProcess.emit (events.js:400:28) at maybeClose (internal/child_process.js:1055:16) at Process.ChildProcess._handle.onexit...

Hi, I'm also using `n_devices` > 1 and I've found this bug in many other parts of the code. Some examples: https://github.com/neelnanda-io/TransformerLens/blob/174209ea708fe3838ccf08b70f2f4f28e7397cb4/transformer_lens/components.py#L676 https://github.com/neelnanda-io/TransformerLens/blob/174209ea708fe3838ccf08b70f2f4f28e7397cb4/transformer_lens/components.py#L754-L755 https://github.com/neelnanda-io/TransformerLens/blob/174209ea708fe3838ccf08b70f2f4f28e7397cb4/transformer_lens/utils.py#L696-L698 https://github.com/neelnanda-io/TransformerLens/blob/174209ea708fe3838ccf08b70f2f4f28e7397cb4/transformer_lens/ActivationCache.py#L453 In general, it breaks every...

Hi! During last week, I worked in a multi-threaded tweet extractor. I hadn't looked at the Pull Requests (I'm still not used to the GitHub flow) so I did my...

Hi @Victorpc98 , Thanks for your time! What you describe about giving each worker a TweetCriteria (which is a day in the interval) is exactly the approach I implemented during...