DeepSeek-V2 icon indicating copy to clipboard operation
DeepSeek-V2 copied to clipboard

hi, could you provide a code like llama3?

Open lambda7xx opened this issue 1 year ago • 2 comments
trafficstars

hi, Dear DeepSeek team:

if your team could provide a implementation like https://github.com/meta-llama/llama3/tree/main/llama, it will be great. Llama3 is very helpful to learn.

lambda7xx avatar Jun 03 '24 23:06 lambda7xx

Maybe you are looking for https://huggingface.co/deepseek-ai/DeepSeek-V2-Lite/blob/main/modeling_deepseek.py

I think if the deepseek team can maintain a repo like llama, it will be great. In llama repo, it has a model implementation and a example to run the model(https://github.com/meta-llama/llama3/blob/main/example_text_completion.py).

lambda7xx avatar Jul 12 '24 10:07 lambda7xx