jcobol

Results 15 comments of jcobol

You can run in CPU mode and I don't believe you need a GPU for that. I ran on a laptop without any special GPU and no CUDA installed and...

I ran a `git bisect` session on the repo. To test each revision, it ran `docker-compose build`. Here's the `git bisect log` output: ``` $ git bisect log git bisect...

[rivet-blank-screen-RangeError.log](https://github.com/Ironclad/rivet/files/15284038/rivet-blank-screen-RangeError.log) Attached console log file.

We could allow a variable reference in the "Max" field, instead of just a hard-coded numeric value.

Try this: ``` cd assets rm www.zip git reset --hard ```

If you use a smaller batch size, you can include surrounding batch strings depending on how much overlap you need. Here's some code to demonstrate. ```python import semchunk def batch_list(alist,...

@umarbutler , > @jcobol Your solution seems to cause chunks to exceed their original chunk size (which was 2). Yes, I meant for the small chunk size already represent the...

I tried out the code and it does work reasonably well. I found a separate issue while testing, which may be related to the problem you found with weird whitespace....

Pull request: https://github.com/jcobol/OpenCiv/tree/feature-84-implement-initial-unit-tests

I had the same problem. It appears that the bookstack_db container can take too long to do its initialization which causes the bookstack container to fail. Perhaps the bookstack container...