Skip to content

Commit

Permalink
Merge branch 'ggml-patch' of https://github.com/KyL0N/llama.cpp into …
Browse files Browse the repository at this point in the history
…ggml-patch
  • Loading branch information
KyL0N committed Aug 19, 2023
2 parents 16ab5f1 + 625b711 commit 972d638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ extern "C" {
#elif defined(__ARM_NEON)
typedef __fp16 ggml_fp16_t;
#else
typedef uint16_t ggml_fp16_t;
typedef uint64_t ggml_fp16_t;
#endif

// convert FP16 <-> FP32
Expand Down

0 comments on commit 972d638

Please sign in to comment.