Commit graph

  • decac3f150 improved ChatInterface display main faraphel 2025-01-23 08:42:30 +0100
  • e833342581 stdout from the running model is now visible from the manager stdout faraphel 2025-01-19 18:54:47 +0100
  • 156db5d6a1 fixed an issue where the chat interface would only show the final token of a model answer faraphel 2025-01-18 18:28:31 +0100
  • 0034c7b31a replaced the previous venv system by a conda one, allowing for better dependencies management faraphel 2025-01-18 14:44:46 +0100
  • 8bf28e4c48 fixed the life cycle of the models (they couldn't unload anymore) and simplified the implementation of the Python models faraphel 2025-01-12 21:26:50 +0100
  • f647c960dd added support for additional more user-friendly interfaces, improved some part of the application loading process to make it a bit simpler faraphel 2025-01-12 12:52:19 +0100
  • 1a49aa3779 added auto-detection for the output type on the client side to be able to download binary files such as videos faraphel 2025-01-10 19:12:21 +0100
  • 775c78c6cb added a lock to avoid two inference at the same time and added consequent support for asynchronous generator based model faraphel 2025-01-10 19:11:48 +0100
  • c6d779f591 added support for tags to categorise the models faraphel 2025-01-10 11:08:10 +0100
  • b89fafdc96 fix: uploaded file were closed automatically before the model could infer their data faraphel 2025-01-10 11:05:41 +0100
  • 639425ad7d fixed model information being incorrect faraphel 2025-01-10 00:25:07 +0100
  • 7bd84c8570 added support of inputs parameters that are recognised by the API. Models are now loaded in separate endpoints for the inputs to be easier to recognise faraphel 2025-01-09 23:12:54 +0100
  • 900c58ffcb added accelerate to the base requirements of the project since it seem to only work when installed early and is essential in running models faraphel 2025-01-08 22:21:02 +0100
  • dc8e42e94d fixed the configuration name for "response_mimetype" faraphel 2025-01-08 21:54:27 +0100
  • 71eff944dd mark the model as loaded once loaded faraphel 2025-01-08 20:35:14 +0100
  • 66ae63ac19 fixed the request field having the wrong name faraphel 2025-01-08 19:48:17 +0100
  • e2ebbf8a82 base for the application : support custom python application and auto-install dependencies faraphel 2025-01-08 19:00:47 +0100
  • a20371e1ab Initial commit faraphel 2025-01-07 21:45:51 +0100