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 61c2ed4 commit 347e385Copy full SHA for 347e385
ggml-metal.m
@@ -874,7 +874,7 @@ void ggml_metal_graph_compute(
874
875
float freq_base, freq_scale;
876
memcpy(&freq_base, (int32_t *) src1->data + 4, sizeof(float));
877
- memcpy(&freq_scale, (int32_t *) src1->date + 5, sizeof(float));
+ memcpy(&freq_scale, (int32_t *) src1->data + 5, sizeof(float));
878
879
[encoder setComputePipelineState:ctx->pipeline_rope];
880
[encoder setBuffer:id_src0 offset:offs_src0 atIndex:0];
0 commit comments