FastAPI のインストール
Model のサービング
ターミナル で以下を呼び出します。weave://your_entity/project-name/YourModel:<hash>
これを使用するには、Swagger UI のリンクに移動し、predict エンドポイントをクリックしてから「Try it out!」をクリックしてください。Weave の ops と Models を API エンドポイントとして公開する
weave serve <ref>
pip install fastapi uvicorn
weave serve <your model ref>
weave://your_entity/project-name/YourModel:<hash>
これを使用するには、Swagger UI のリンクに移動し、predict エンドポイントをクリックしてから「Try it out!」をクリックしてください。Was this page helpful?