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 dc0d0eb commit 1ae4318Copy full SHA for 1ae4318
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