Skip to content

Commit

Permalink
target=llama 3.1 70b
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardAnt committed Sep 16, 2024
1 parent 30e225c commit e5b6681
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions poc/dsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,7 @@ def decode(tok_ids: torch.Tensor, tokernizer_name: str) -> str:
async def main():
print("Script started")
print_gpu_memory()
# verifier_name: str = "meta-llama/Meta-Llama-3.1-70B-Instruct"
verifier_name: str = "meta-llama/Meta-Llama-3.1-8B-Instruct"
verifier_name: str = "meta-llama/Meta-Llama-3.1-70B-Instruct"
drafter_name: str = "meta-llama/Meta-Llama-3.1-8B-Instruct"
verifier_dtype: torch.dtype = torch.float16
drafter_dtype: torch.dtype = torch.float16
Expand Down

0 comments on commit e5b6681

Please sign in to comment.