Vegar Andreas Bergum
Vegar Andreas Bergum
I'm also experiencing this. Tested with django 2.0 and django 1.8
Experiencing the same issue. Not able to attach security groups I have defined myself. If you add security groups manually in the console, they will be overwritten whenever you run...
Experiencing the same on an Arch Linux machine. This is not unique to Windows machines it seems. A colon, sometimes also a UID, is appended to the absolute path, causing...
This seems to be fixed in #513 for the filter function, replacing `cache_file_name` with `indices_cache_file_name` in the assert. Although not for the `map()` function @thomwolf
I failed to realise that this only applies to `shuffle()`. Whenever `keep_in_memory` is set to True, this is passed on to the `select()` function. However, if `cache_file_name` is None, it...
My bad. This is actually not fixed in #513. Sorry about that... The new `indices_cache_file_name` is set to a non-None value in the new `shuffle()` as well. The buffer and...
Have you set a channel/team? Can be done like this when setting token: ``` slag --add-token --team ``` or check your json file's structure if you set it directly there.
Same issue here. Would love to use the 2.0 pre-release with buf
Hi @rgranit I've experimented with Lambda setups for GROBID. Although it works, the cold-start times are problematic. We've opted to use ECS Fargate directly with the public docker images. I...
Hi, @mariadelmarq, @lfoppiano I've been facing similar issues this past week and was about to enquire myself. Experiencing very simple and plain PDFs (Clean front page, pages are typically just...