Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,17 @@ OpenTSLM is designed to work with Llama and Gemma models, with Llama 3.2 1B as t

1. **Request Access (for Llama models)**
Visit the Llama model repository (e.g., https://huggingface.co/meta-llama/Llama-3.2-1B) or Gemma models repository (https://huggingface.co/google/gemma-3-270m) and request access from Meta.
2. **Install Huggingface CLI**

2. **Authenticate with Hugging Face**
Installation instructions: https://huggingface.co/docs/huggingface_hub/en/guides/cli
3. **Authenticate with Hugging Face**
Log in to your Hugging Face account and configure the CLI:

```bash
huggingface-cli login
hf auth login
```

3. **Create an API Token**
4. **Create an API Token**
- Go to your Hugging Face settings: https://huggingface.co/settings/tokens
- Generate a new token with `read` scope.
- Copy the token for CLI login.
Expand Down