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