Skip to content

Commit

Permalink
Swap gated meta-llama/llama-3.2 with allenai/llama (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravjain14 authored Dec 21, 2024
1 parent e43dba8 commit a529795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generation/test_candidate_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def setUpClass(cls):
cls.assistant_model = AutoModelForCausalLM.from_pretrained("hf-internal-testing/tiny-random-gpt2").to(
cls.device
)
cls.main_tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-3.2-1B-Instruct")
cls.main_tokenizer = AutoTokenizer.from_pretrained("allenai/Llama-3.1-Tulu-3-8B-SFT")
cls.assistant_tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-gpt2")
cls.generation_config = GenerationConfig()

Expand Down

0 comments on commit a529795

Please sign in to comment.