OhadRubin
OhadRubin
so i managed to do it with the following: ``` open -a hyper && osascript -e 'tell application "System Events" to keystroke "n" using {command down}' ``` Thanks!
What is the status of this?
Hey, @epwalsh, i'm in the process of adapting the original fairseq code to our needs. Right now the structure of the classes if kinda weird with _Writer and Index (from...
No, that's one of the things from fairseq I kinda want to change...
Btw, during instance creation, is it possible to require that all fields exists, this will really help deserialization. Where in "test set" situation, where there isn't any supervision, the user...
I would like to reproduce the QOS settings you have [here](https://github.com/bigscience-workshop/bigscience/blob/master/jz/slurm/README.md): ``` --qos=qos_gpu-t3 20h / 512gpus (default priority) --qos=qos_gpu-t4 100h / 16gpus - long runnning slow jobs - e.g. preprocessing...
I have one at https://github.com/OhadRubin/SmBop
What is the status of this issue? It would be nice to run a larger models on multiple v3-8.
@sgugger Can you address this?
@epwalsh Can I help somehow to make this go a bit faster?