Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
llama2-docker-compose – AI Model by ArunKr | AlphaNeural AI
You can deploy this model and start earning money today!
ArunKr
/
llama2-docker-compose
like
0
safetensors
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
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'