Stars
《开源大模型食用指南》针对中国宝宝量身打造的基于Linux环境快速微调(全参数/Lora)、部署国内外开源大模型(LLM)/多模态大模型(MLLM)教程
《Machine Learning Systems: Design and Implementation》- Chinese Version
A list of awesome compiler projects and papers for tensor computation and deep learning.
Ghidra is a software reverse engineering (SRE) framework
The minimal opencv for Android, iOS, ARM Linux, Windows, Linux, MacOS, HarmonyOS, WebAssembly, watchOS, tvOS, visionOS
cudnn_frontend provides a c++ wrapper for the cudnn backend API and samples on how to use it
A PyTorch implementation of MobileNet V2 architecture and pretrained model.
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
A Chinese Translation of the Resources for Duke University STA 663 杜克大学计算机统计学(Python)全部内容的中文翻译
MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.
💬 A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.
Official C++ implementation of the Six Domain Chain
Docker container for headless GUI testing of Qt (might diverge from https://git.qt.io/qtwaylandtests/docker-qt-tests)
A curated list of software and architecture related design patterns.
A book about the internals of the Go programming language.
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html
C++ logging library. It is powerful, supports asynchronous low latency, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability t…
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
Master programming by recreating your favorite technologies from scratch.
Instantly load StackOverflow results in your terminal when an exception is thrown
python requests 源码阅读,学习更pythonic 的python代码写法。