From 51d0674241cfa12e9800dc5c679abac79624945e Mon Sep 17 00:00:00 2001 From: nihui Date: Thu, 22 Feb 2024 11:28:41 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a8d51ce..9badc81 100644 --- a/README.md +++ b/README.md @@ -230,5 +230,10 @@ ruapu is implemented in C language to ensure the widest possible portability. ruapu determines whether the CPU supports certain instruction sets by trying to execute instructions and detecting whether an `Illegal Instruction` exception occurs. ruapu does not rely on the cpuid instructions and registers related to the CPU architecture, nor does it rely on the `MISA` information and system calls of the operating system. This can help us get more detailed CPU ISA information. +## Repos that use ruapu + +* [ncnn](https://github.com/Tencent/ncnn)  High-performance neural network inference framework optimized for the mobile platform +* [libllm](https://github.com/ling0322/libllm)  Efficient inference of large language models + ## License MIT License