Aman Karmani
Aman Karmani
I'm interested in this
This is still broken in tvOS 16 release, right?
Is there a way to override the version of a transitive dependency, instead of removing it? For example, if I have a venv with pytorch-nightly installed, then want to add...
Ping to keep alive.
> While FFmpeg's HLS demuxer tries to pipeline HTTP1.1 requests, this works badly and often not at all. It does not make any requests ahead of time. It does not...
One tricky thing that our solution is not good at handling: sometimes HLS and DASH will split out audio and video into separate segments. These would need to be merged...
> ``` > [rank0]: ValueError: text input must be of type `str` (single example), `List[str]` (batch or single pretokenized example) or `List[List[str]]` (batch of pretokenized examples). > ``` this particular...
friendly ping?
Weird, I didn't touch any python code?
val cmd = mutableListOf("logcat", "-v", "threadtime") val pid = Process.myPid().toString() cmd += "--pid=$pid" val pb = ProcessBuilder(cmd) pb.redirectOutput(ProcessBuilder.Redirect.appendTo(logfile)) pb.start()