songmzhang / DSKD

Repo for Paper "Dual-Space Knowledge Distillation for Large Language Models".
29 stars 3 forks source link

need LLama .bin file instead of .pth file #5

Closed survivebycoding closed 1 month ago

survivebycoding commented 1 month ago

In the repo you have shared the LLama repo which has .pth file. Any idea where to get .bin file?

songmzhang commented 1 month ago

Sorry, the correct link of llama2 is actually here. This repo contains the .bin file.

survivebycoding commented 1 month ago

thanks!