FastAPI 설치
모델 서빙
weave://your_entity/project-name/YourModel:<hash>
이를 사용하려면 Swagger UI 링크로 이동한 다음 predict 엔드포인트를 클릭하고 “Try it out!”을 클릭하세요.Weave ops와 모델을 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?