Stars
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Curated list of project-based tutorials
中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)
A Gradio web UI for Large Language Models with support for multiple inference backends.
RayDP provides simple APIs for running Spark on Ray and integrating Spark with AI libraries.
one for all free music in china (chrome extension, also works for firefox)
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
annotate the source code of jemalloc 4.2.1
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, m…
🥡 Git recipes in Chinese by Zhongyi Tong. 高质量的Git中文教程.
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
oneAPI Threading Building Blocks (oneTBB)
AI agent stdlib that works with any LLM and TypeScript AI SDK.
This project is deprecated. Check my new project ChatHub:
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
Roadmap to becoming an Artificial Intelligence Expert in 2022
MacOS system extension that allows applications to pass audio to other applications. Soundflower works on macOS Catalina.
c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 PCSpim(mips 模拟器)上运行。
南开大学计算机学院“编译系统原理”课程作业。
This is a simple C compiler that created with lex and yacc and it is my compiler design course project :)