Sylvain Gugger

Results 633 comments of Sylvain Gugger

Yes, but the tests are not run since those deps are not installed in the custom tokenizers test job :-) You'll need to add the packages that can be pip-installed...

It seems there is an issue with your CircleCI permissions, the tests won't run. Could you try refreshing your permissions as shown [here](https://support.circleci.com/hc/en-us/articles/360048210711-How-to-Refresh-User-Permissions-)?

No, you still don't have the tests running.

Those tests are a bit flaky, so don't worry!

I'm not too sure what the problem is, maybe it is due to the intermediate subfolder. This error should only happen once in any case, and you might have lost...

There is no support for using the CPU as a main device in Accelerate yet. If you want to use the model on CPU, just don't specific `device_map="auto"`. Not quite...

Note that we just merge support for `dveice_map="auto"` to work on a CPU-only env. Disk offload when executing on CPU might not work yet, but if your model fits into...

@muellerzr will correct me if I'm wrong, but this API is for external trackers (TensorBoard, WandB etc.). To save results on disk, just use regular python code like `json.dump`.

I think there is still work to do here?

You need to run `make style` when changing the setup.