We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bbc4e commit 2d6b99dCopy full SHA for 2d6b99d
ggml-metal.m
@@ -876,7 +876,7 @@ void ggml_metal_graph_compute(
876
877
float freq_base, freq_scale;
878
memcpy(&freq_base, (int32_t *) src1->data + 4, sizeof(float));
879
- memcpy(&freq_scale, (int32_t *) src1->date + 5, sizeof(float));
+ memcpy(&freq_scale, (int32_t *) src1->data + 5, sizeof(float));
880
881
[encoder setComputePipelineState:ctx->pipeline_rope];
882
[encoder setBuffer:id_src0 offset:offs_src0 atIndex:0];
0 commit comments