Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
KAT-Dev
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f36fe6f
KAT-Dev
/
config.py
akhaliq
HF Staff
Deploy Gradio app with multiple files
f36fe6f
verified
3 months ago
raw
Copy download link
history
blame
Safe
167 Bytes
```python
import
torch
# Model Configuration
MODEL_NAME =
"Kwaipilot/KAT-Dev"
# Generation Configuration
MAX_NEW_TOKENS =
1024
TEMPERATURE =
0.7
DO_SAMPLE =
True
```