ai-model-runner / huggingface.yaml
sheikhcoders's picture
Upload huggingface.yaml with huggingface_hub
0f023e8 verified
raw
history blame contribute delete
487 Bytes
title: AI Model Runner
description: Multi-purpose AI API for code understanding, dialogue, and reasoning
sdk: docker
sdk_version: latest
hardware: t4
python_version: 3.9
build_command: pip install -r requirements.txt
start_command: uvicorn app:app --host 0.0.0.0 --port 8000
app_port: 8000
app_host: 0.0.0.0
environment_variables:
- PORT=8000
- HOST=0.0.0.0
tags:
- ai
- api
- fastapi
- ml
- nlp
- code-analysis
- dialogue
- reasoning
- transformers
- huggingface