128G内存+24G英伟达GPU+CPU:13th i9 13-13900K 3.00GHz;能否跑llama 3.2 11B大模型 #219
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#219
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
老师好,我的精务是医疗风险管理和医疗法律诉讼,需要使用相对大一些的模型。我的机子配置是128G内存+24G英伟达GPU+CPU:13th i9 13-13900K 3.00GHz。这样能否跑llama 3.2 11B大模型
可以的,就是显存有点吃力,模型加载使用bfloat16(如果GPU支持的话),大概估算就是1B参数需要2G显存;
另外还需要预留足够的显存用来做kv-cache,用来支持推理的时候输入的长上下文。