update note

This commit is contained in:
jhqxxx
2025-11-25 17:45:09 +08:00
parent 08a73bfcc5
commit de3861b731
3 changed files with 8 additions and 16 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ fn deepseekocr_weight() -> Result<()> {
for m in &model_list {
let weights = safetensors::load(m, &device)?;
for (key, tensor) in weights.iter() {
if key.contains("lm_head") {
if key.contains("rel_pos_h") {
println!("=== {} === {:?}", key, tensor.shape());
}
// println!("=== {} === {:?}", key, tensor.shape());