fal-ai / fal

⚡ Fastest way to serve open source ML models to millions
https://fal.ai/docs
Apache License 2.0
201 stars 18 forks source link

feat(container): Add initial APIs #197

Closed kakkoyun closed 3 weeks ago

kakkoyun commented 1 month ago

Add bare-bone APIs for experimental container support.

Signed-off-by: Kemal Akkoyun kakkoyun@gmail.com

efiop commented 3 weeks ago

@kakkoyun If you want to merge now (before the backend supports it), feel free to slap xfail markers (see @pytest.mark.xfail in the test file) to your container tests here.

kakkoyun commented 3 weeks ago

Good idea. I'll do it.

kakkoyun commented 3 weeks ago

@efiop Please merge on your own discretion.