dconathan

Results 13 comments of dconathan

+1 was looking for this feature, have a use case for an autosuggest/autocomplete type interface

Ah that makes sense. Are you open to pytorch-only backend and eliminating tensorflow as a dependency?

Thanks for the link…. didn’t realize arrow didn’t support it yet. Should it be removed from https://huggingface.co/docs/datasets/v2.4.0/en/package_reference/main_classes#datasets.Value until Arrow supports it?

👍 for me on this issue... right now I can't install the latest `schemathesis` and `awscli` in the same environment... ``` ERROR: Could not find a version that matches colorama=0.4.4...

Just noticed that `App.initExp` already has a `try/except` clause so this is probably what we should do: https://github.com/nextml/NEXT/blob/master/next/apps/App.py#L96-L117

"Restart" meaning restarting the instance? Docker daemon?

Okay let's keep separate for now. I'd prefer to keep supporting the launch script. This gives users a starting point to write their own launch scripts if they want to...

I figured it out. They changed how the prefetch multiplier option is set. It's an easy fix. I'll submit a PR to fix it soon. They are also switching all...

Okay. Like I said, there are two changes here: 1. To fix compatibility with 4.0, we need to make very minor changes to [next_worker_startup.sh](https://github.com/nextml/NEXT/blob/master/next/broker/next_worker_startup.sh) 2. To maintain compatibility with future...

I've got a PR ready for this. I'm going to wait until some of the existing PRs get merged so things don't get crazy. Details will come but I made...