245293206's Stars
sighingnow/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
DefTruth/Awesome-LLM-Inference
📖A curated list of Awesome LLM Inference Paper with codes, TensorRT-LLM, vLLM, streaming-llm, AWQ, SmoothQuant, WINT8/4, Continuous Batching, FlashAttention, PagedAttention etc.
NVIDIA/TensorRT-LLM
TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines.
amir9480/vscode-cpp-helper
vscode extension to create implementation for c++ function prototypes.
songlei1994/ccks2018
CCKS 2018 开放领域的中文问答任务 1st 解决方案
Lofanmi/chinese-calendar-golang
📅 公历 农历 干支历转换包 提供精确的日历转换
0voice/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
zhihu/cuBERT
Fast implementation of BERT inference directly on NVIDIA (CUDA, CUBLAS) and Intel MKL
aalansehaiyang/technology-talk
【大厂面试专栏】一份Java程序员需要的技术指南,这里有面试题、系统架构、职场锦囊、主流中间件等,让你成为更牛的自己!
xingshaocheng/architect-awesome
后端架构师技术图谱
sorenduan/awesome-java-books
Java开发者技术书籍大全 - Java入门书籍,Java基础及进阶书籍,框架与中间件,架构设计,设计模式,数学与算法,JVM周边语言,项目管理&领导力&流程,职业素养与个人成长,格局与视野,面试参考书等。
ZhongFuCheng3y/athena
Java后端知识图谱🔥 帮助Java初学者成长
xjjdog/javaok
必看!java后端,亮剑诛仙。java发展路线技术要点。
BruceEckel/OnJava8-Examples
Code Examples for the book "On Java 8"
Mooophy/Cpp-Primer
C++ Primer 5 answers
TangBean/understanding-the-jvm
《深入理解 Java 虚拟机》阅读笔记
linw7/Interview-Notebook
:books: 技术面试需要掌握的基础知识整理
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
linyacool/WebServer
A C++ High Performance Web Server
linw7/Skill-Tree
🐼 准备秋招,欢迎来树上取果实
Jacen789/rolling-news
获取滚动新闻
dataabc/weibo-crawler
新浪微博爬虫,用python爬取新浪微博数据,并下载微博图片和微博视频
Zephery/weiboanalysis
微博情感分析,文本分类,毕业设计项目
carpeventus/coding-interviews
《剑指offer》(第二版)Java实现
DmrfCoder/interview
Android、Java程序员面试资源总结,涉及Java、Android、网络、操作系统、算法等
DmrfCoder/AlgorithmAndDataStructure
互联网行业研发岗面试必备算法题配图解析及代码
rushwola/hadoop-book-4e
hadoop权威指南(4)学习代码
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
HadXu/ML-From-Scratch
机器学习算法 基于西瓜书以及《统计学习方法》,当然包括DL。
fengdu78/lihang-code
《统计学习方法》的代码实现