Views
No views yet
1cd ~/qwen-fine-tuned
2git add cog.yaml predict.py README.md .gitignore
3git commit -m "Add Cog configuration for Replicate deployment"
4git remote add origin https://github.com/YOUR_USERNAME/qwen-fine-tuned.git
5git branch -M main
6git push -u origin mainqwen-fine-tunedcog.yaml and build the modelusername/qwen-fine-tunedhome/views.py to call the Replicate endpoint as an alternative to Groq.