Open inni-iii opened 1 year ago
pip install bentoml==0.13.1
python bentoml_packing.py
cs10.pt
bert_10/
app.py
bentoml_path
python3 -m streamlit run app.py --server.port 30001 --server.fileWatcherType True
bentoml 버전을 0.13.1로 꼭!! 맞춰주세요
0.13.1
🚀 Feature Request
bentoml이 포함된 app.py streamlit 실행 방법
pip install bentoml==0.13.1
실행python bentoml_packing.py
실행(폴더에서cs10.pt
,bert_10/
경로를 맞게 설정해주세요)app.py
의bentoml_path
로 변경해주세요!python3 -m streamlit run app.py --server.port 30001 --server.fileWatcherType True
실행(30001은 본인의 port 번호에 맞게 바꾸어주세요!!)📎 Additional context
bentoml 버전을
0.13.1
로 꼭!! 맞춰주세요