Victor Skvortsov
Victor Skvortsov
I believe this is the reason: > The Azure NVads A10 v5 VMs only support GRID 14.1(510.73) or higher driver versions. Azure requires NVIDIA GRID drivers for NV-series, but dstack...
If you need an "epub + audiobook => epub with media overlays" conversion, you may consider a syncabook alternative: https://smoores.gitlab.io/storyteller/. I haven't tested it. They claim syncing take significantly more...
@ndevries84, thanks for the link! syncabook is based on afaligner, which works by aligning audio. I haven't considered ASR at the time because it was more compute-intensive. Probably, the next...
As the first option to enable https on gateways without public IPs, we decided to allow users to specify their AWS Certificate Manager certificates when creating gateways. This approach should...
@TheBits @Bihan any ideas how to fix this? How to detect there was an unsuccessful attempt to start the pod?
@TheBits, @Bihan I also tried running tasks with bad commands, e.g.: ``` type: task commands: - errorcommand ``` The job fails as expected. The runpod instance is terminated. ``` ✗...
@TheBits, please see if you can still reproduce the issue and provide the specific steps. Please close if it cannot be reproduced.
Ok, after adding a non-existent command to `get_docker_commands()` I managed to reproduce the issue. RunPod tries to rerun the docker_args over and over. Here's the pod logs: ``` 2024-04-24T05:07:04.637000785Z bash:...
@TheBits, see my last comment https://github.com/dstackai/dstack/issues/1142#issuecomment-2074042344 I described what happens when putting a bad command in docker_args directly.
Looks good overall. Some notes: 1. We're going to introduce new retry policies in #1200 so `retry_duration` alone is not sufficient. Let's do not touch `retry_policy` in this issue. 2....