From 69e9dae04e1e45bf97d048015e8ef28dc6112e79 Mon Sep 17 00:00:00 2001 From: Yuriy <12616915+YuriyN@users.noreply.github.com> Date: Tue, 30 Apr 2024 04:55:35 +0000 Subject: [PATCH] Update README.md with NCNN - mobile-optimized neural network inference framework. Add a link to NCNN https://github.com/Tencent/ncnn (19k+ stars) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a24c927..e66aad3 100644 --- a/README.md +++ b/README.md @@ -608,7 +608,7 @@ 68. [haystack: an open-source neural search framework](https://haystack.deepset.ai/docs/intromd) 69. [Maze](https://github.com/enlite-ai/maze) - Application-oriented deep reinforcement learning framework addressing real-world decision problems. 70. [InsNet - A neural network library for building instance-dependent NLP models with padding-free dynamic batching](https://github.com/chncwang/InsNet) - +71. [NCNN - mobile-optimized neural network inference framework](https://github.com/Tencent/ncnn) ### Tools 1. [Nebullvm](https://github.com/nebuly-ai/nebullvm) - Easy-to-use library to boost deep learning inference leveraging multiple deep learning compilers.