Elliot Hallmark
Elliot Hallmark
It would be great to have any training code at all for Kosmos 2.5 and to be able to have a chance to fine tune it. It's an amazing model...
`pip install extractnet` failed for me because setup.py requires cython installed. I downloaded and pre-installed requirements.txt and then `pip install extractnet` failed because of an error with cython. I saw...
OpenAIGenerator uses chat_completions endpoint. Error with model that has no chat_template in config
**Describe the bug** I'm using the OpenAIGenerator to access a vLLM endpoint on runpod. When using a base model like Mistral v0.3 that has not been instruction tuned and so...
## New feature Currently, all the paths in configuration files are relative to the nextflow script being executed: `baseDir`, `projectDir` and `./` all resolve to the same thing. I'm proposing...