Umar Butler

Results 114 comments of Umar Butler

@okhat This does not answer my question. Please see: > The documentation states that '[f]or simple tasks, [a metric] could be just "accuracy" or "exact match" or "F1 score". This...

I solved this issue by running wsl --list, ![image](https://github.com/docker/for-win/assets/54918500/357862e6-8f41-48bb-afd5-3d45f9ed7425) and then wsl --unregister Ubuntu wsl --unregister docker-desktop wsl --unregister docker-desktop-data and reinstall ubuntu by using wsl --install, restart your computer...

For anyone else interested in preserving page boundaries, I managed to add a page delimiter by: 1. Replacing the `merge_lines()` function in [`markdown.py`](https://github.com/VikParuchuri/marker/blob/master/marker/markdown.py) with the following: ```python def merge_lines(blocks, page_blocks:...

@Terranic Try out my solution, I haven't found that issue with it.

@VikParuchuri Would you care to merge this?

For anyone else wondering whether its worth your time to install triton on WSL2, given its overhead, the answer is yes. It managed to shave 2 days off an on-going...