Commit Graph

7 Commits

Author SHA1 Message Date
Robin Huang
c1d78d6890 Consolidate DownloadStatus and DownloadModelResult 2024-08-07 16:44:56 -07:00
Robin Huang
b02ec058ff Add download_model test checking for invalid paths. 2024-08-07 12:47:56 -07:00
Robin Huang
59933489bf Validate that model subdirectory cannot contain relative paths. 2024-08-07 12:45:07 -07:00
Robin Huang
c36a559564 Use async mock. 2024-08-07 12:17:29 -07:00
Robin Huang
3881f03545 Fixed. 2024-08-07 12:12:01 -07:00
Robin Huang
6976ccc5ca Add model downloading endpoint. 2024-08-06 18:07:32 -07:00
Chenlei Hu
99458e8aca
Add FrontendManager to manage non-default front-end impl (#3897)
* Add frontend manager

* Add tests

* nit

* Add unit test to github CI

* Fix path

* nit

* ignore

* Add logging

* Install test deps

* Remove 'stable' keyword support

* Update test

* Add web-root arg

* Rename web-root to front-end-root

* Add test on non-exist version number

* Use repo owner/name to replace hard coded provider list

* Inline cmd args

* nit

* Fix unit test
2024-07-16 11:26:11 -04:00