Deploy Button Not Showing - Fine Tuned Llama 3.1

We were previously fine-tuning llama 3.0 for our models (which was working properly) and the deploy button was showing up, but upon switching to llama 3.1 the deploy button disappeared and isn’t appearing again.

Here’s what we’ve tried so far but didn’t work:
Changing different permissions in the model’s settings
Cloning llama 3.1’s repository and using their config file (deploy button still wasn’t showing up in the cloned repo)
Used the config files from llama 3.0 to see if config files were the issue
Deploying using HF API

We got it out file-by-file from a model that used to work and are still testing to see if that will work but are searching for a more long-term solution. Any advice would be much appreciated!

Link to our repo: Saturn-App/Planner3Subtasks · Hugging Face

Hi there! Please tag the repository as a transformers model (via the model card metadata library). Then the deploy option should display

1 Like

It worked, thank you!

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.