FastAPI 설치
모델 서빙
weave://your_entity/project-name/YourModel:<hash>
사용하려면 Swagger UI 링크로 이동한 다음 predict endpoint를 클릭하고 “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 endpoints로 노출해 프로덕션에서 예측을 서빙하고 Inference를 실행할 수 있습니다.
weave serve <ref>
pip install fastapi uvicorn
weave serve <your model ref>
weave://your_entity/project-name/YourModel:<hash>
사용하려면 Swagger UI 링크로 이동한 다음 predict endpoint를 클릭하고 “Try it out!”을 클릭하세요.Was this page helpful?