Views
No views yet
1from medusa import MedusaModel 2 3model = MedusaModel.from_pretrained( 4 base_model="meta-llama/Llama-2-13b-chat-hf", 5 medusa_path="zhiyuan/medusa-llama2-13b-chat" 6)