Dmitri Khokhlov
Dmitri Khokhlov
The same issue will happen when a directory is listed in classpath.
Getting the same **concurrent.futures._base.CancelledError** on LocalCluster. I am using client.run() to run a function on all workers in sync mode. Error is intermittent, repro 1 in 10 runs. What is...
it looks like chunks get reused. is it why evtx dumps records out of order? will the tailing need to traverse whole file to get last record?
the issue with List[str] type is confirmed. temp workaround - use simple 'str' type and split value later. looking into it. $ cog --version cog version 0.9.4 (built 2024-01-24T22:16:49Z)
right, looking into it.
@yosun cog on "[support_for_list_in_input" PR branch](https://github.com/replicate/cog/pull/1561) supports list[Path] input. For local runs only, not supported in Web UI yet, in progress. Example: ``` $ echo test1 > 1.txt $ echo...
it will be supported by api. format should be the same as in list[str] case, except str is uri str now..
Confirmed workaround: > renaming MattingOutput to Output fixed it for me looking into the issue
> Same here with bark model ( https://github.com/chenxwh/bark.git ). Any solutions? There's no just "Output" or "Matting". @trogwarz The fix has been merged into mainline. The bark model build is...
expected, v0.9.5 release was cut **before** my PR merge, on same day. Here is what was included in 0.9.5: https://github.com/replicate/cog/releases/tag/v0.9.5. so the fix will be in 0.9.6 cog release. note...