Arun Kumar Tiwary
Upload folder using huggingface_hub
253fe6a verified
|
raw
history blame contribute delete
No virus
230 Bytes
docker volume create --name=data
docker-compose up -d
curl 127.0.0.1:7070/generate_stream \
-X POST \
-d '{"inputs":"What is Deep Learning?","parameters":{"max_new_tokens":20}}' \
-H 'Content-Type: application/json'