Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
mzc2113391 committed Sep 13, 2024
1 parent 6918fee commit a8035f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _posts/2024-09-13-new_blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ tokenizer = AutoTokenizer.from_pretrained('/lustre/grp/gyqlab/mazc/data/LLaMA-Fa
model = AutoModelForCausalLM.from_pretrained('/lustre/grp/gyqlab/mazc/data/LLaMA-Factory/Meta-Llama-3-8B-Instruct', device_map="auto",torch_dtype=torch.float16)

print("Hello, World!")
```
```
此为代码测试

0 comments on commit a8035f2

Please sign in to comment.