Skip to main content
어떤 Weave Model에 대한 Weave ref가 있으면 다음과 같이 실행할 수 있습니다:
weave serve <ref>
해당 모델용 FastAPI 서버를 실행합니다. http://0.0.0.0:9996/docs에 접속하여 모델을 대화형으로 질의할 수 있습니다.

FastAPI 설치

pip install fastapi uvicorn

모델 서빙

터미널에서 다음 명령을 실행합니다:
weave serve <your model ref>
모델 페이지로 이동해 UI에서 모델 ref를 복사하세요. 다음과 같은 형태입니다: weave://your_entity/project-name/YourModel:<hash> 이를 사용하려면 Swagger UI 링크로 이동한 다음 predict 엔드포인트를 클릭하고 “Try it out!”을 클릭하세요.