Andrew Spott

Results 33 comments of Andrew Spott

poetry-lock-package can actually create a single wheel with both the project and all the deps if needed (that is the default actually), there is an option for splitting them up...

@pspeter: I missed the GPLv3 license, that might make it more difficult. The whole package is 350 or so lines of code (and it looks like most of it is...

This actually isn't enough... You use `file_obj.peek()` in the code, and `BinaryIO` objects don't have that function. Interestingly, my workaround is to use `GzipFile`, which does have a peek function...

@lucasb-eyer: I haven't seen a paper regarding "another simple to implement trick to make it work reliably on hard/unclean datasets" in your list of publications, though I am very interested...

Is there a test to check if the `%debug` magic is affected by this? I would expect it would be (the %debug magic kind of needs to know the current...

I'm in favor of (a). It would inexplicably break a lot of common behavior if suddenly `%debug` failed to work. Considering there is a pretty simple workaround (raise another exception)...

>Just to clarify: the problem affects any exception, not just CUDA OOM... That makes sense. Then I would like to propose a (c), which might be a good compromise: (c)...

> the chances that dstack will successfully provision the selected offers are very low (close to 0) I think this is the crux of the issue. This is true for...

Sorry, the instance shouldn't stop the job, but after the job is done, if the instance hasn't heard from the server for 5 minutes and is idling, it should shut...