faraphel faraphel
  • Joined on 2024-09-20
faraphel pushed to master at ISRI/CTF-Manager 2025-02-09 22:25:12 +01:00
2b8197d3c7 restructured project to be easier to develop with
faraphel pushed to master at ISRI/CTF-Manager 2025-01-26 11:29:16 +01:00
8410cc33da added models and the flag page
faraphel pushed to main at ISRI/ai-server 2025-01-23 08:42:36 +01:00
decac3f150 improved ChatInterface display
faraphel deleted branch main from ISRI/CTF-Manager 2025-01-23 07:55:24 +01:00
faraphel pushed to master at ISRI/CTF-Manager 2025-01-23 07:53:27 +01:00
e1b5e95e0e initial project
faraphel created branch master in ISRI/CTF-Manager 2025-01-23 07:53:26 +01:00
faraphel created repository ISRI/CTF-Manager 2025-01-23 07:42:36 +01:00
faraphel pushed to main at ISRI/ai-server 2025-01-19 18:54:53 +01:00
e833342581 stdout from the running model is now visible from the manager stdout
faraphel pushed to main at ISRI/ai-server 2025-01-18 18:28:37 +01:00
156db5d6a1 fixed an issue where the chat interface would only show the final token of a model answer
faraphel pushed to main at ISRI/ai-server 2025-01-18 14:45:39 +01:00
0034c7b31a replaced the previous venv system by a conda one, allowing for better dependencies management
faraphel pushed to main at ISRI/ai-server 2025-01-12 21:26:37 +01:00
8bf28e4c48 fixed the life cycle of the models (they couldn't unload anymore) and simplified the implementation of the Python models
faraphel pushed to main at ISRI/ai-server 2025-01-12 12:52:09 +01:00
f647c960dd added support for additional more user-friendly interfaces, improved some part of the application loading process to make it a bit simpler
faraphel pushed to main at ISRI/ai-server 2025-01-10 19:12:09 +01:00
1a49aa3779 added auto-detection for the output type on the client side to be able to download binary files such as videos
775c78c6cb added a lock to avoid two inference at the same time and added consequent support for asynchronous generator based model
Compare 2 commits »
faraphel pushed to main at ISRI/ai-server 2025-01-10 11:07:58 +01:00
c6d779f591 added support for tags to categorise the models
faraphel pushed to main at ISRI/ai-server 2025-01-10 11:05:28 +01:00
b89fafdc96 fix: uploaded file were closed automatically before the model could infer their data
faraphel pushed to main at ISRI/ai-server 2025-01-10 00:24:54 +01:00
639425ad7d fixed model information being incorrect
faraphel pushed to main at ISRI/ai-server 2025-01-09 23:12:43 +01:00
7bd84c8570 added support of inputs parameters that are recognised by the API.
faraphel pushed to main at ISRI/ai-server 2025-01-08 22:20:51 +01:00
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 pushed to main at ISRI/ai-server 2025-01-08 21:54:21 +01:00
dc8e42e94d fixed the configuration name for "response_mimetype"
faraphel pushed to main at ISRI/ai-server 2025-01-08 20:35:01 +01:00
71eff944dd mark the model as loaded once loaded