Ceyda Cinarel (재이다)

Results 47 comments of Ceyda Cinarel (재이다)

I have been working on this on and off, made some progress but... What works: - Created `SingularityProcessProxy` similar to `DockerProcessProxy` (I'm currently only trying to run containers locally) -...

After a lot of digging I figured out why the interrupts weren't working. I wasn't returning anything in launch_process :woman_facepalming: (...well at least now I know better how the gateway...

I have gotten this to work a while ago, and have been using it for a while on my setup. I just have to add/merge the latest changes involving async...

+1 currently stuck at creating for 20+ minutes because it can't find pip package(due to typo). Can't stop, can't delete... the more I use sagemaker the more I'm shocked how...

I have a similar problem even the simple docker command with no mounts as specified in the docs isn't working. `docker run --publish 43800:43800 aimstack/aim` I mean the command runs...

Also for more context my usecase is similar to @ilisparrow so far. I have made a docker-compose file like below: (I'm using a bind volume because I was just testing...

Thanks for the catch @feldlime adding `--host 0.0.0.0` was the key! I have tested and the below docker-compose has worked for me both on local & on a remote machine....

You also can't load it as a `PreTrainedTokenizerFast` if you have a custom component. ```python from transformers import PreTrainedTokenizerFast fast_tokenizer = PreTrainedTokenizerFast(tokenizer_object=tokenizer) ``` As a workaround I do ```python from...

emoji, halfwidth chars, double chars are never easy to work with 🥲

I saw there was a related PR 1year ago https://github.com/argilla-io/argilla/commit/8b570fbb514e2d823a9b8efb839f80d69d93ecac