Trym Bremnes

Results 11 comments of Trym Bremnes

Thanks for the quick response. Do you know if any of the supported models support this feature? Or is `do not translate`-like features not a common requirement for natural language...

FYI: this is the workflow I ran that detected this error: https://github.com/nlnwa/warchaeology/actions/runs/8184090877/job/22377971829#step:5:106

I also just encountered this issue with this workflow run: https://github.com/nlnwa/warchaeology/actions/runs/8449566338/job/23143911184#step:11:14 Re-triggering the workflow run made the workflow green again. The relevant part of the log is: ``` ##[group]Run actions/upload-artifact@v4...

Sounds good, but just to make it clear that means we will require at minmum python 3.5 to run the samples. Python 3.6 and 3.8 should be able to run...

As mentioned IRL yesterday, I think we should not merge this without also merging a use case at the same time (in the same PR). Otherwise, we are basically merging...

Hi Ilya Thank you for reporting this issue. Unfortunately, it seems like we have some cross-platform support problems that we would like to fix, which your issue highlights. One thing...

I am happy that you were able to root cause it so quickly. After downloading and opening the file with the following command, I also get a segfault. ``` go...

@maeb I hope we can get this PR merged sometime soon.

If the format is not an exact match of what we think it is, an error should be thrown in my opinion.

This should be pretty straightforward to do: 1. Create a test that fails 2. See the test fails 3. Revert the commit 4. See the test pass 5. ??? 6....