Federico Minutoli
Federico Minutoli
Hi @ExpectationMax, How difficult would it be to allow shared usage of GPUs given a known memory constraint in advance? This would be similar to the way many job scheduling...
Hi all, As the title suggests, is there a way to limit the total amount of memory that a process can allocate on a single CUDA device? Perhaps, even by...
#199 - wrap sequential functions into async equivalents - seamless event loop handling - batch size for semaphore not to exhaust too many resources **TODO** - still untested
before merging, I think we should make sure that: - the new chromium web driver is what we want to have - fetch node testing functions still work properly I...
After experimenting a bit with adding Python versions on Travel, it probably should be tweaked a bit, mainly because it forces you to always have that version of Python in...
Currently, Travel does not allow requirements not hosted on PyPI (e.g., Git wheels). For instance, it is not possible to install the [detectron2](https://github.com/facebookresearch/detectron2) package by Meta Research by following the...
Generally, the definition of a Travel task has the following form: ```yml tasks: : : - task: name: config: . . . ``` where `` can either be a published...
Hi. Thanks for the great work! I was just wondering if support for the latest [FHIR R5 specification](https://www.hl7.org/fhir/overview.html) is in the books or not.
### Problem statement A lot of manual work and tuning goes into every single publisher that's currently maintained, and still requires constant monitoring if anything changes in the supported news...
is tinychat inference server API openAI-compatible?