FastAPIのインストール
モデルをServeする
weave://your_entity/project-name/YourModel:<hash>
これを使用するには、Swagger UI のリンクにアクセスし、predict エンドポイントをクリックしてから、“Try it out!” をクリックします.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
Weave の op とモデルを 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?