Misc fixes (#432)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import transformers
|
||||
import code
|
||||
|
||||
name = "meta-llama/Llama-2-7b-chat-hf"
|
||||
#name = "meta-llama/Llama-2-7b-chat-hf"
|
||||
name = "meta-llama/Meta-Llama-3-8B-Instruct"
|
||||
|
||||
t = transformers.AutoTokenizer.from_pretrained(name)
|
||||
code.interact(local=locals())
|
||||
|
||||
Reference in New Issue
Block a user