New Features and Improvements
- Tag Management: You can now add and edit tags in the admin panel.
- Sign-in Redirection: After successfully signing in, you will be redirected to the page you were on before signing in.
- Filter by Multiple Tags: The model, dataset, and code pages now support filtering by multiple tags.
- Multi Sync Proxy: You can configure a proxy for multiple sync jobs via the server config file. For more details, see the [proxy] section of the example config.
- SGLang Support: The inference engine now supports SGLang, which should offer improved performance in most cases. For more details, see Dockerfile.sglang.
- Swift Upgradation: The Swift image for fine-tuning has been updated to the latest version.
- Public Dataset Creation: Users can now create public datasets using the API.
- Code Refactoring and Test Enhancements: Refactoring has been done to improve code quality and stability. Additionally, more tests have been added to further ensure stability and robustness.
What's Changed
- Complete the unit tests for model components by @jialudev in #859
- Bump up go version by @hiveer in #863
- Update org input styles by @zhendi in #864
- add admin tags by @yoiteyou in #865
- refactor(guide): optimize code display and copy behavior by @youngbeom-shin in #867
- refactor(guides): improve code formatting and readability in Gradio and Streamlit initialization guides by @youngbeom-shin in #869
- Remove admin props from repo component by @hiveer in #871
- Unit tests for new evaluation and evaluation detail page by @zhendi in #866
- Collection name requires a red asterisk to indicate it as mandatory during creation. by @jialudev in #852
- Unit test for user settings menu by @hiveer in #872
- add unit tests for Dataset by @jialudev in #874
- Add codes unit tests by @zhendi in #875
- fix: cleanup for resize event listener and handle Navbar warn by @jialudev in #873
- unit test for finetune by @jialudev in #876
- Add space unit tests and fix code settings test by @zhendi in #877
- Unit test for user settings profile by @hiveer in #880
- Fix ElMessage import missing by @zhendi in #884
- Optimize Navbar responsive by @hiveer in #886
- Unit test for organization by @ymh6315431 in #881
- Redirect to previous page by @hiveer in #888
- Fix repo tabs i18n import by @zhendi in #887
- Unit test for endpoints by @yoiteyou in #882
- Update code repo detail tags by @zhendi in #883
- Consider the case of error response nil by @hiveer in #889
- Optimize api error code handler by @hiveer in #804
- Admin tag category fetch from server by @hiveer in #892
- Support multiple tag filter by @hiveer in #893
- Update footer copyright year from 2024 to 2025 in OnPremiseFooter.vue by @youngbeom-shin in #896
Full Changelog: v1.2.1...v1.3.0