chat_model_api_v1 / notes.txt
pankaj9075rawat's picture
Upload folder using huggingface_hub
6d64b51 verified
raw
history blame contribute delete
375 Bytes
local curl
curl -X POST "http://127.0.0.1:8001/api/predict" -H "Content-Type: application/json" -d '{"message": "hello"}'
---------------------------------------------------------------
-> check port
sudo netstat -tuln | grep 8001
-> jobs - check running jobs
-> kill %1 - kill a particular process
-> pip install --no-cache-dir --upgrade -r /code/requirements.txt