readme_url stringlengths 60 79 | sentence list | token list | text stringlengths 9 6.51k | url stringlengths 30 49 | level of complexity int64 -1 2 | topic list |
|---|---|---|---|---|---|---|
https://raw.githubusercontent.com/ollama/ollama/main/README.md | [
[
"window",
"coming",
"soon",
"!",
",",
"install",
"ollama",
"window",
"via",
"wsl2",
"."
],
[
"window coming soon !",
", install ollama window via wsl2 ."
]
] | [
[
"window",
"coming",
"soon",
"!",
",",
"install",
"ollama",
"window",
"via",
"wsl2",
"."
],
[
"window coming soon !",
", install ollama window via wsl2 ."
]
] | Windows
Coming soon! For now, you can install Ollama on Windows via WSL2.
| https://github.com/ollama/ollama | -1 | [
"go",
"golang",
"llama",
"llama2",
"llm",
"llms",
"mistral",
"ollama"
] |
https://raw.githubusercontent.com/ollama/ollama/main/README.md | [
[
"linux",
"&",
"wsl2",
"``",
"`",
"curl",
"http",
":",
"//ollama.ai/install.sh",
"|",
"sh",
"``",
"`",
"[",
"manual",
"install",
"instruction",
"]",
"(",
"http",
":",
"//github.com/jmorganca/ollama/blob/main/docs/linux.md",
... | [
[
"linux",
"&",
"wsl2",
"``",
"`",
"curl",
"http",
":",
"//ollama.ai/install.sh",
"|",
"sh",
"``",
"`",
"[",
"manual",
"install",
"instruction",
"]",
"(",
"http",
":",
"//github.com/jmorganca/ollama/blob/main/docs/linux.md",
... | Linux & WSL2
```
curl https://ollama.ai/install.sh | sh
```
[Manual install instructions](https://github.com/jmorganca/ollama/blob/main/docs/linux.md)
| https://github.com/ollama/ollama | -1 | [
"go",
"golang",
"llama",
"llama2",
"llm",
"llms",
"mistral",
"ollama"
] |
https://raw.githubusercontent.com/ollama/ollama/main/README.md | [
[
"building",
"install",
"`",
"cmake",
"`",
"`",
"go",
"`",
":",
"``",
"`",
"brew",
"install",
"cmake",
"go",
"``",
"`",
"generate",
"dependency",
":",
"``",
"`",
"go",
"generate",
"./",
"...",
"``",
"`",... | [
[
"building",
"install",
"`",
"cmake",
"`",
"`",
"go",
"`",
":",
"``",
"`",
"brew",
"install",
"cmake",
"go",
"``",
"`",
"generate",
"dependency",
":",
"``",
"`",
"go",
"generate",
"./",
"...",
"``",
"`",... | Building
Install `cmake` and `go`:
```
brew install cmake go
```
Then generate dependencies:
```
go generate ./...
```
Then build the binary:
```
go build .
```
More detailed instructions can be found in the [developer guide](https://github.com/jmorganca/ollama/blob/main/docs/development.md)
| https://github.com/ollama/ollama | -1 | [
"go",
"golang",
"llama",
"llama2",
"llm",
"llms",
"mistral",
"ollama"
] |
https://raw.githubusercontent.com/ollama/ollama/main/README.md | [
[
"extension",
"&",
"plugins",
"-",
"[",
"raycast",
"extension",
"]",
"(",
"http",
":",
"//github.com/massimilianopasquini97/raycast_ollama",
")",
"-",
"[",
"discollama",
"]",
"(",
"http",
":",
"//github.com/mxyng/discollama",
"... | [
[
"extension",
"&",
"plugins",
"-",
"[",
"raycast",
"extension",
"]",
"(",
"http",
":",
"//github.com/massimilianopasquini97/raycast_ollama",
")",
"-",
"[",
"discollama",
"]",
"(",
"http",
":",
"//github.com/mxyng/discollama",
"... | Extensions & Plugins
- [Raycast extension](https://github.com/MassimilianoPasquini97/raycast_ollama)
- [Discollama](https://github.com/mxyng/discollama) (Discord bot inside the Ollama discord channel)
- [Continue](https://github.com/continuedev/continue)
- [Obsidian Ollama plugin](https://github.com/hinterdupfinger/ob... | https://github.com/ollama/ollama | -1 | [
"go",
"golang",
"llama",
"llama2",
"llm",
"llms",
"mistral",
"ollama"
] |
https://raw.githubusercontent.com/geekan/MetaGPT/main/README.md | [
[
"install"
],
[
"install"
]
] | [
[
"install"
],
[
"install"
]
] | Install
| https://github.com/geekan/MetaGPT | -1 | [
"agent",
"gpt",
"hacktoberfest",
"llm",
"metagpt",
"multi-agent"
] |
https://raw.githubusercontent.com/geekan/MetaGPT/main/README.md | [
[
"pip",
"installation",
">",
"ensure",
"python",
"3.9+",
"installed",
"system",
".",
"check",
"using",
":",
"`",
"python",
"--",
"version",
"`",
".",
">",
"use",
"conda",
"like",
":",
"`",
"conda",
"create",
... | [
[
"pip",
"installation",
">",
"ensure",
"python",
"3.9+",
"installed",
"system",
".",
"check",
"using",
":",
"`",
"python",
"--",
"version",
"`",
".",
">",
"use",
"conda",
"like",
":",
"`",
"conda",
"create",
... | Pip installation
> Ensure that Python 3.9+ is installed on your system. You can check this by using: `python --version`.
> You can use conda like this: `conda create -n metagpt python=3.9 && conda activate metagpt`
```bash
pip install metagpt
metagpt --init-config | https://github.com/geekan/MetaGPT | 0 | [
"agent",
"gpt",
"hacktoberfest",
"llm",
"metagpt",
"multi-agent"
] |
https://raw.githubusercontent.com/geekan/MetaGPT/main/README.md | [
[
"print",
"repo",
"structure",
"file",
"``",
"`",
"detail",
"installation",
"please",
"refer",
"[",
"cli_install",
"]",
"(",
"http",
":",
"//docs.deepwisdom.ai/main/en/guide/get_started/installation.html",
"#",
"install-stable-version",
... | [
[
"print",
"repo",
"structure",
"file",
"``",
"`",
"detail",
"installation",
"please",
"refer",
"[",
"cli_install",
"]",
"(",
"http",
":",
"//docs.deepwisdom.ai/main/en/guide/get_started/installation.html",
"#",
"install-stable-version",
... | it will print the repo structure with files
```
detail installation please refer to [cli_install](https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-stable-version)
| https://github.com/geekan/MetaGPT | -1 | [
"agent",
"gpt",
"hacktoberfest",
"llm",
"metagpt",
"multi-agent"
] |
https://raw.githubusercontent.com/geekan/MetaGPT/main/README.md | [
[
"docker",
"installation",
">",
"note",
":",
"window",
",",
"need",
"replace",
"``",
"/opt/metagpt",
"''",
"directory",
"docker",
"permission",
"create",
",",
"``",
":",
"\\users\\x\\metagpt",
"''",
"``",
"`",
"bash"
... | [
[
"docker",
"installation",
">",
"note",
":",
"window",
",",
"need",
"replace",
"``",
"/opt/metagpt",
"''",
"directory",
"docker",
"permission",
"create",
",",
"``",
":",
"\\users\\x\\metagpt",
"''",
"``",
"`",
"bash"
... | Docker installation
> Note: In the Windows, you need to replace "/opt/metagpt" with a directory that Docker has permission to create, such as "D:\Users\x\metagpt"
```bash
| https://github.com/geekan/MetaGPT | -1 | [
"agent",
"gpt",
"hacktoberfest",
"llm",
"metagpt",
"multi-agent"
] |
https://raw.githubusercontent.com/geekan/MetaGPT/main/README.md | [
[
"step",
"2",
":",
"run",
"metagpt",
"demo",
"container",
"docker",
"run",
"--",
"rm",
"\\",
"--",
"privileged",
"\\",
"-v",
"/opt/metagpt/config/config2.yaml",
":",
"/app/metagpt/config/config2.yaml",
"\\",
"-v",
"/opt/metagpt... | [
[
"step",
"2",
":",
"run",
"metagpt",
"demo",
"container",
"docker",
"run",
"--",
"rm",
"\\",
"--",
"privileged",
"\\",
"-v",
"/opt/metagpt/config/config2.yaml",
":",
"/app/metagpt/config/config2.yaml",
"\\",
"-v",
"/opt/metagpt... | Step 2: Run metagpt demo with container
docker run --rm \
--privileged \
-v /opt/metagpt/config/config2.yaml:/app/metagpt/config/config2.yaml \
-v /opt/metagpt/workspace:/app/metagpt/workspace \
metagpt/metagpt:latest \
metagpt "Create a 2048 game"
```
detail installation please refer to [docker_in... | https://github.com/geekan/MetaGPT | 1 | [
"agent",
"gpt",
"hacktoberfest",
"llm",
"metagpt",
"multi-agent"
] |
https://raw.githubusercontent.com/geekan/MetaGPT/main/README.md | [
[
"quickstart",
"&",
"demo",
"video",
"-",
"try",
"[",
"metagpt",
"huggingface",
"space",
"]",
"(",
"http",
":",
"//huggingface.co/spaces/deepwisdom/metagpt",
")",
"-",
"[",
"matthew",
"berman",
":",
"install",
"metagpt",
... | [
[
"quickstart",
"&",
"demo",
"video",
"-",
"try",
"[",
"metagpt",
"huggingface",
"space",
"]",
"(",
"http",
":",
"//huggingface.co/spaces/deepwisdom/metagpt",
")",
"-",
"[",
"matthew",
"berman",
":",
"install",
"metagpt",
... | QuickStart & Demo Video
- Try it on [MetaGPT Huggingface Space](https://huggingface.co/spaces/deepwisdom/MetaGPT)
- [Matthew Berman: How To Install MetaGPT - Build A Startup With One Prompt!!](https://youtu.be/uT75J_KG_aY)
- [Official Demo Video](https://github.com/geekan/MetaGPT/assets/2707039/5e8c1062-8c35-440f-bb20-... | https://github.com/geekan/MetaGPT | -1 | [
"agent",
"gpt",
"hacktoberfest",
"llm",
"metagpt",
"multi-agent"
] |
https://raw.githubusercontent.com/geekan/MetaGPT/main/README.md | [
[
"tutorial",
"-",
"🗒",
"[",
"online",
"document",
"]",
"(",
"http",
":",
"//docs.deepwisdom.ai/main/en/",
")",
"-",
"💻",
"[",
"usage",
"]",
"(",
"http",
":",
"//docs.deepwisdom.ai/main/en/guide/get_started/quickstart.html",
"... | [
[
"tutorial",
"-",
"🗒",
"[",
"online",
"document",
"]",
"(",
"http",
":",
"//docs.deepwisdom.ai/main/en/",
")",
"-",
"💻",
"[",
"usage",
"]",
"(",
"http",
":",
"//docs.deepwisdom.ai/main/en/guide/get_started/quickstart.html",
"... | Tutorial
- 🗒 [Online Document](https://docs.deepwisdom.ai/main/en/)
- 💻 [Usage](https://docs.deepwisdom.ai/main/en/guide/get_started/quickstart.html)
- 🔎 [What can MetaGPT do?](https://docs.deepwisdom.ai/main/en/guide/get_started/introduction.html)
- 🛠 How to build your own agents?
- [MetaGPT Usage & Developm... | https://github.com/geekan/MetaGPT | -1 | [
"agent",
"gpt",
"hacktoberfest",
"llm",
"metagpt",
"multi-agent"
] |
https://raw.githubusercontent.com/run-llama/llama_index/main/README.md | [
[
"💻",
"example",
"usage",
"``",
"`",
"pip",
"install",
"llama-index",
"``",
"`",
"example",
"`",
"example",
"`",
"folder",
".",
"index",
"`",
"index",
"`",
"folder",
"(",
"see",
"list",
"index",
")",
".",
... | [
[
"💻",
"example",
"usage",
"``",
"`",
"pip",
"install",
"llama-index",
"``",
"`",
"example",
"`",
"example",
"`",
"folder",
".",
"index",
"`",
"index",
"`",
"folder",
"(",
"see",
"list",
"index",
")",
".",
... | 💻 Example Usage
```
pip install llama-index
```
Examples are in the `examples` folder. Indices are in the `indices` folder (see list of indices below).
To build a simple vector store index using OpenAI:
```python
import os
os.environ["OPENAI_API_KEY"] = "YOUR_OPENAI_API_KEY"
from llama_index import VectorStoreIn... | https://github.com/run-llama/llama_index | 0 | [
"agents",
"application",
"data",
"fine-tuning",
"framework",
"llamaindex",
"llm",
"rag",
"vector-database"
] |
https://raw.githubusercontent.com/run-llama/llama_index/main/README.md | [
[
"🔧",
"dependency",
"main",
"third-party",
"package",
"requirement",
"`",
"tiktoken",
"`",
",",
"`",
"openai",
"`",
",",
"`",
"langchain",
"`",
".",
"requirement",
"contained",
"within",
"`",
"setup.py",
"`",
"file... | [
[
"🔧",
"dependency",
"main",
"third-party",
"package",
"requirement",
"`",
"tiktoken",
"`",
",",
"`",
"openai",
"`",
",",
"`",
"langchain",
"`",
".",
"requirement",
"contained",
"within",
"`",
"setup.py",
"`",
"file... | 🔧 Dependencies
The main third-party package requirements are `tiktoken`, `openai`, and `langchain`.
All requirements should be contained within the `setup.py` file.
To run the package locally without building the wheel, simply run:
```bash
pip install poetry
poetry install --with dev
```
| https://github.com/run-llama/llama_index | 0 | [
"agents",
"application",
"data",
"fine-tuning",
"framework",
"llamaindex",
"llm",
"rag",
"vector-database"
] |
https://raw.githubusercontent.com/QuivrHQ/quivr/main/README.md | [
[
"getting",
"started",
"🚀",
"follow",
"instruction",
"get",
"copy",
"project",
"running",
"local",
"machine",
"development",
"testing",
"purpose",
".",
"find",
"everything",
"[",
"documentation",
"]",
"(",
"http",
":",
... | [
[
"getting",
"started",
"🚀",
"follow",
"instruction",
"get",
"copy",
"project",
"running",
"local",
"machine",
"development",
"testing",
"purpose",
".",
"find",
"everything",
"[",
"documentation",
"]",
"(",
"http",
":",
... | Getting Started 🚀
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
You can find everything on the [documentation](https://docs.quivr.app/).
| https://github.com/QuivrHQ/quivr | -1 | [
"ai",
"api",
"chatbot",
"chatgpt",
"database",
"docker",
"frontend",
"html",
"javascript",
"llm",
"openai",
"postgresql",
"privacy",
"rag",
"react",
"rest-api",
"security",
"typescript",
"vector",
"ycombinator"
] |
https://raw.githubusercontent.com/QuivrHQ/quivr/main/README.md | [
[
"prerequisite",
"📋",
"ensure",
"following",
"installed",
":",
"-",
"docker",
"-",
"docker",
"compose"
],
[
"prerequisite 📋 ensure following installed : - docker - docker compose"
]
] | [
[
"prerequisite",
"📋",
"ensure",
"following",
"installed",
":",
"-",
"docker",
"-",
"docker",
"compose"
],
[
"prerequisite 📋 ensure following installed : - docker - docker compose"
]
] | Prerequisites 📋
Ensure you have the following installed:
- Docker
- Docker Compose
| https://github.com/QuivrHQ/quivr | -1 | [
"ai",
"api",
"chatbot",
"chatgpt",
"database",
"docker",
"frontend",
"html",
"javascript",
"llm",
"openai",
"postgresql",
"privacy",
"rag",
"react",
"rest-api",
"security",
"typescript",
"vector",
"ycombinator"
] |
https://raw.githubusercontent.com/QuivrHQ/quivr/main/README.md | [
[
"60",
"second",
"installation",
"💽",
"find",
"installation",
"video",
"[",
"]",
"(",
"http",
":",
"//www.youtube.com/watch",
"?",
"v=cxba6dzjn48",
")",
".",
"-",
"*",
"*",
"step",
"0",
"*",
"*",
":",
"supabase... | [
[
"60",
"second",
"installation",
"💽",
"find",
"installation",
"video",
"[",
"]",
"(",
"http",
":",
"//www.youtube.com/watch",
"?",
"v=cxba6dzjn48",
")",
".",
"-",
"*",
"*",
"step",
"0",
"*",
"*",
":",
"supabase... | 60 seconds Installation 💽
You can find the installation video [here](https://www.youtube.com/watch?v=cXBa6dZJN48).
- **Step 0**: Supabase CLI
Follow the instructions [here](https://supabase.com/docs/guides/cli/getting-started) to install the Supabase CLI that is required.
```bash
supabase -v | https://github.com/QuivrHQ/quivr | -1 | [
"ai",
"api",
"chatbot",
"chatgpt",
"database",
"docker",
"frontend",
"html",
"javascript",
"llm",
"openai",
"postgresql",
"privacy",
"rag",
"react",
"rest-api",
"security",
"typescript",
"vector",
"ycombinator"
] |
https://raw.githubusercontent.com/QuivrHQ/quivr/main/README.md | [
[
"check",
"installation",
"worked",
"``",
"`",
"-",
"*",
"*",
"step",
"1",
"*",
"*",
":",
"clone",
"repository",
":",
"``",
"`",
"bash",
"git",
"clone",
"http",
":",
"//github.com/quivrhq/quivr.git",
"&",
"&",
... | [
[
"check",
"installation",
"worked",
"``",
"`",
"-",
"*",
"*",
"step",
"1",
"*",
"*",
":",
"clone",
"repository",
":",
"``",
"`",
"bash",
"git",
"clone",
"http",
":",
"//github.com/quivrhq/quivr.git",
"&",
"&",
... | Check that the installation worked
```
- **Step 1**: Clone the repository:
```bash
git clone https://github.com/quivrhq/quivr.git && cd Quivr
```
- **Step 2**: Copy the `.env.example` files
```bash
cp .env.example .env
```
- **Step 3**: Update the `.env` files
```bash
vim .env | https://github.com/QuivrHQ/quivr | 2 | [
"ai",
"api",
"chatbot",
"chatgpt",
"database",
"docker",
"frontend",
"html",
"javascript",
"llm",
"openai",
"postgresql",
"privacy",
"rag",
"react",
"rest-api",
"security",
"typescript",
"vector",
"ycombinator"
] |
https://raw.githubusercontent.com/JushBJJ/Mr.-Ranedeer-AI-Tutor/main/README.md | [
[
"table",
"content",
"-",
"[",
"mr.",
"ranedeer",
":",
"personalized",
"ai",
"tutor",
"!",
"]",
"(",
"#",
"mr-ranedeer-your-personalized-ai-tutor",
")",
"-",
"[",
"table",
"content",
"]",
"(",
"#",
"table-of-contents",
... | [
[
"table",
"content",
"-",
"[",
"mr.",
"ranedeer",
":",
"personalized",
"ai",
"tutor",
"!",
"]",
"(",
"#",
"mr-ranedeer-your-personalized-ai-tutor",
")",
"-",
"[",
"table",
"content",
"]",
"(",
"#",
"table-of-contents",
... | Table of Contents
- [Mr. Ranedeer: Your personalized AI Tutor!](#mr-ranedeer-your-personalized-ai-tutor)
- [Table of Contents](#table-of-contents)
- [Why Mr. Ranedeer?](#why-mr-ranedeer)
- [Requirements and Compatibility](#requirements-and-compatibility)
- [Recommended](#recommended)
- [Not Recommended](#... | https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor | -1 | [
"ai",
"education",
"gpt-4",
"llm"
] |
https://raw.githubusercontent.com/JushBJJ/Mr.-Ranedeer-AI-Tutor/main/README.md | [
[
"quick",
"start",
"guide",
"1",
".",
"click",
"[",
"link",
"]",
"(",
"http",
":",
"//chat.openai.com/g/g-9pkhaweyb-mr-ranedeer",
")",
"(",
"*",
"*",
"must",
"chatgpt",
"plus",
"*",
"*",
")",
"2",
".",
"press",
... | [
[
"quick",
"start",
"guide",
"1",
".",
"click",
"[",
"link",
"]",
"(",
"http",
":",
"//chat.openai.com/g/g-9pkhaweyb-mr-ranedeer",
")",
"(",
"*",
"*",
"must",
"chatgpt",
"plus",
"*",
"*",
")",
"2",
".",
"press",
... | Quick Start Guide
1. Click [this link](https://chat.openai.com/g/g-9PKhaweyb-mr-ranedeer) (**MUST HAVE CHATGPT PLUS**)
2. Press the "Continue this conversation" button
3. Configure your preferences
4. Start learning!
URL: [https://chat.openai.com/g/g-9PKhaweyb-mr-ranedeer](https://chat.openai.com/g/g-9PKhaweyb-mr-ran... | https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor | 2 | [
"ai",
"education",
"gpt-4",
"llm"
] |
https://raw.githubusercontent.com/JushBJJ/Mr.-Ranedeer-AI-Tutor/main/README.md | [
[
"guide",
"-",
"[",
"use",
"mr.",
"ranedeer",
"]",
"(",
"http",
":",
"//github.com/jushbjj/mr.-ranedeer-ai-tutor/blob/main/guides/how",
"%",
"20to",
"%",
"20use",
"%",
"20mr.",
"%",
"20ranedeer.md",
")",
"-",
"[",
"configur... | [
[
"guide",
"-",
"[",
"use",
"mr.",
"ranedeer",
"]",
"(",
"http",
":",
"//github.com/jushbjj/mr.-ranedeer-ai-tutor/blob/main/guides/how",
"%",
"20to",
"%",
"20use",
"%",
"20mr.",
"%",
"20ranedeer.md",
")",
"-",
"[",
"configur... | Guides
- [How to Use Mr. Ranedeer](https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor/blob/main/Guides/How%20to%20use%20Mr.%20Ranedeer.md)
- [Configuration Guide](https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor/blob/main/Guides/Config%20Guide.md)
| https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor | -1 | [
"ai",
"education",
"gpt-4",
"llm"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"2",
".",
"python",
"machine",
"learning",
"python",
"powerful",
"flexible",
"programming",
"language",
"'s",
"particularly",
"good",
"machine",
"learning",
",",
"thanks",
"readability",
",",
"consistency",
",",
"robust",
... | [
[
"2",
".",
"python",
"machine",
"learning",
"python",
"powerful",
"flexible",
"programming",
"language",
"'s",
"particularly",
"good",
"machine",
"learning",
",",
"thanks",
"readability",
",",
"consistency",
",",
"robust",
... | 2. Python for Machine Learning
Python is a powerful and flexible programming language that's particularly good for machine learning, thanks to its readability, consistency, and robust ecosystem of data science libraries.
- **Python Basics**: Python programming requires a good understanding of the basic syntax, data t... | https://github.com/mlabonne/llm-course | 2 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"🧑🔬",
"llm",
"scientist",
"section",
"course",
"focus",
"learning",
"build",
"best",
"possible",
"llm",
"using",
"latest",
"technique",
".",
"!",
"[",
"]",
"(",
"img/roadmap_scientist.png",
")"
],
[
"🧑🔬 llm scientist... | [
[
"🧑🔬",
"llm",
"scientist",
"section",
"course",
"focus",
"learning",
"build",
"best",
"possible",
"llm",
"using",
"latest",
"technique",
".",
"!",
"[",
"]",
"(",
"img/roadmap_scientist.png",
")"
],
[
"🧑🔬 llm scientist... | 🧑🔬 The LLM Scientist
This section of the course focuses on learning how to build the best possible LLMs using the latest techniques.

| https://github.com/mlabonne/llm-course | -1 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"1",
".",
"llm",
"architecture",
"in-depth",
"knowledge",
"transformer",
"architecture",
"required",
",",
"important",
"good",
"understanding",
"input",
"(",
"token",
")",
"output",
"(",
"logits",
")",
".",
"vanilla",
... | [
[
"1",
".",
"llm",
"architecture",
"in-depth",
"knowledge",
"transformer",
"architecture",
"required",
",",
"important",
"good",
"understanding",
"input",
"(",
"token",
")",
"output",
"(",
"logits",
")",
".",
"vanilla",
... | 1. The LLM architecture
While an in-depth knowledge about the Transformer architecture is not required, it is important to have a good understanding of its inputs (tokens) and outputs (logits). The vanilla attention mechanism is another crucial component to master, as improved versions of it are introduced later on.
... | https://github.com/mlabonne/llm-course | 2 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"2",
".",
"building",
"instruction",
"dataset",
"'s",
"easy",
"find",
"raw",
"data",
"wikipedia",
"website",
",",
"'s",
"difficult",
"collect",
"pair",
"instruction",
"answer",
"wild",
".",
"like",
"traditional",
"mach... | [
[
"2",
".",
"building",
"instruction",
"dataset",
"'s",
"easy",
"find",
"raw",
"data",
"wikipedia",
"website",
",",
"'s",
"difficult",
"collect",
"pair",
"instruction",
"answer",
"wild",
".",
"like",
"traditional",
"mach... | 2. Building an instruction dataset
While it's easy to find raw data from Wikipedia and other websites, it's difficult to collect pairs of instructions and answers in the wild. Like in traditional machine learning, the quality of the dataset will directly influence the quality of the model, which is why it might be the... | https://github.com/mlabonne/llm-course | -1 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"3",
".",
"pre-training",
"model",
"pre-training",
"long",
"costly",
"process",
",",
"focus",
"course",
".",
"'s",
"good",
"level",
"understanding",
"happens",
"pre-training",
",",
"hands-on",
"experience",
"required",
"."... | [
[
"3",
".",
"pre-training",
"model",
"pre-training",
"long",
"costly",
"process",
",",
"focus",
"course",
".",
"'s",
"good",
"level",
"understanding",
"happens",
"pre-training",
",",
"hands-on",
"experience",
"required",
"."... | 3. Pre-training models
Pre-training is a very long and costly process, which is why this is not the focus of this course. It's good to have some level of understanding of what happens during pre-training, but hands-on experience is not required.
* **Data pipeline**: Pre-training requires huge datasets (e.g., [Llama 2... | https://github.com/mlabonne/llm-course | -1 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"4",
".",
"supervised",
"fine-tuning",
"pre-trained",
"model",
"trained",
"next-token",
"prediction",
"task",
",",
"'re",
"helpful",
"assistant",
".",
"sft",
"allows",
"tweak",
"respond",
"instruction",
".",
"moreover",
",... | [
[
"4",
".",
"supervised",
"fine-tuning",
"pre-trained",
"model",
"trained",
"next-token",
"prediction",
"task",
",",
"'re",
"helpful",
"assistant",
".",
"sft",
"allows",
"tweak",
"respond",
"instruction",
".",
"moreover",
",... | 4. Supervised Fine-Tuning
Pre-trained models are only trained on a next-token prediction task, which is why they're not helpful assistants. SFT allows you to tweak them to respond to instructions. Moreover, it allows you to fine-tune your model on any data (private, not seen by GPT-4, etc.) and use it without having t... | https://github.com/mlabonne/llm-course | 2 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"6",
".",
"evaluation",
"evaluating",
"llm",
"undervalued",
"part",
"pipeline",
",",
"time-consuming",
"moderately",
"reliable",
".",
"downstream",
"task",
"dictate",
"want",
"evaluate",
",",
"always",
"remember",
"goodhart",
... | [
[
"6",
".",
"evaluation",
"evaluating",
"llm",
"undervalued",
"part",
"pipeline",
",",
"time-consuming",
"moderately",
"reliable",
".",
"downstream",
"task",
"dictate",
"want",
"evaluate",
",",
"always",
"remember",
"goodhart",
... | 6. Evaluation
Evaluating LLMs is an undervalued part of the pipeline, which is time-consuming and moderately reliable. Your downstream task should dictate what you want to evaluate, but always remember Goodhart's law: "When a measure becomes a target, it ceases to be a good measure."
* **Traditional metrics**: Metric... | https://github.com/mlabonne/llm-course | 2 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"7",
".",
"quantization",
"quantization",
"process",
"converting",
"weight",
"(",
"activation",
")",
"model",
"using",
"lower",
"precision",
".",
"example",
",",
"weight",
"stored",
"using",
"16",
"bit",
"converted",
"... | [
[
"7",
".",
"quantization",
"quantization",
"process",
"converting",
"weight",
"(",
"activation",
")",
"model",
"using",
"lower",
"precision",
".",
"example",
",",
"weight",
"stored",
"using",
"16",
"bit",
"converted",
"... | 7. Quantization
Quantization is the process of converting the weights (and activations) of a model using a lower precision. For example, weights stored using 16 bits can be converted into a 4-bit representation. This technique has become increasingly important to reduce the computational and memory costs associated wi... | https://github.com/mlabonne/llm-course | 2 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"👷",
"llm",
"engineer",
"section",
"course",
"focus",
"learning",
"build",
"llm-powered",
"application",
"used",
"production",
",",
"focus",
"augmenting",
"model",
"deploying",
".",
"!",
"[",
"]",
"(",
"img/roadmap_engine... | [
[
"👷",
"llm",
"engineer",
"section",
"course",
"focus",
"learning",
"build",
"llm-powered",
"application",
"used",
"production",
",",
"focus",
"augmenting",
"model",
"deploying",
".",
"!",
"[",
"]",
"(",
"img/roadmap_engine... | 👷 The LLM Engineer
This section of the course focuses on learning how to build LLM-powered applications that can be used in production, with a focus on augmenting models and deploying them.

| https://github.com/mlabonne/llm-course | -1 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"1",
".",
"running",
"llm",
"running",
"llm",
"difficult",
"due",
"high",
"hardware",
"requirement",
".",
"depending",
"use",
"case",
",",
"might",
"want",
"simply",
"consume",
"model",
"api",
"(",
"like",
"gpt-4",... | [
[
"1",
".",
"running",
"llm",
"running",
"llm",
"difficult",
"due",
"high",
"hardware",
"requirement",
".",
"depending",
"use",
"case",
",",
"might",
"want",
"simply",
"consume",
"model",
"api",
"(",
"like",
"gpt-4",... | 1. Running LLMs
Running LLMs can be difficult due to high hardware requirements. Depending on your use case, you might want to simply consume a model through an API (like GPT-4) or run it locally. In any case, additional prompting and guidance techniques can improve and constrain the output for your applications.
* *... | https://github.com/mlabonne/llm-course | 2 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"4",
".",
"advanced",
"rag",
"real-life",
"application",
"require",
"complex",
"pipeline",
",",
"including",
"sql",
"graph",
"database",
",",
"well",
"automatically",
"selecting",
"relevant",
"tool",
"apis",
".",
"advanced... | [
[
"4",
".",
"advanced",
"rag",
"real-life",
"application",
"require",
"complex",
"pipeline",
",",
"including",
"sql",
"graph",
"database",
",",
"well",
"automatically",
"selecting",
"relevant",
"tool",
"apis",
".",
"advanced... | 4. Advanced RAG
Real-life applications can require complex pipelines, including SQL or graph databases, as well as automatically selecting relevant tools and APIs. These advanced techniques can improve a baseline solution and provide additional features.
* **Query construction**: Structured data stored in traditional... | https://github.com/mlabonne/llm-course | 2 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"5",
".",
"inference",
"optimization",
"text",
"generation",
"costly",
"process",
"requires",
"expensive",
"hardware",
".",
"addition",
"quantization",
",",
"various",
"technique",
"proposed",
"maximize",
"throughput",
"reduce",
... | [
[
"5",
".",
"inference",
"optimization",
"text",
"generation",
"costly",
"process",
"requires",
"expensive",
"hardware",
".",
"addition",
"quantization",
",",
"various",
"technique",
"proposed",
"maximize",
"throughput",
"reduce",
... | 5. Inference optimization
Text generation is a costly process that requires expensive hardware. In addition to quantization, various techniques have been proposed to maximize throughput and reduce inference costs.
* **Flash Attention**: Optimization of the attention mechanism to transform its complexity from quadrati... | https://github.com/mlabonne/llm-course | -1 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/mlabonne/llm-course/main/README.md | [
[
"7",
".",
"securing",
"llm",
"addition",
"traditional",
"security",
"problem",
"associated",
"software",
",",
"llm",
"unique",
"weakness",
"due",
"way",
"trained",
"prompted",
".",
"*",
"*",
"*",
"prompt",
"hacking",
... | [
[
"7",
".",
"securing",
"llm",
"addition",
"traditional",
"security",
"problem",
"associated",
"software",
",",
"llm",
"unique",
"weakness",
"due",
"way",
"trained",
"prompted",
".",
"*",
"*",
"*",
"prompt",
"hacking",
... | 7. Securing LLMs
In addition to traditional security problems associated with software, LLMs have unique weaknesses due to the way they are trained and prompted.
* **Prompt hacking**: Different techniques related to prompt engineering, including prompt injection (additional instruction to hijack the model's answer), ... | https://github.com/mlabonne/llm-course | -1 | [
"course",
"large-language-models",
"llm",
"machine-learning",
"roadmap"
] |
https://raw.githubusercontent.com/FlowiseAI/Flowise/main/README.md | [
[
"⚡quick",
"start",
"download",
"install",
"[",
"nodejs",
"]",
"(",
"http",
":",
"//nodejs.org/en/download",
")",
">",
"=",
"18.15.0",
"1",
".",
"install",
"flowise",
"``",
"`",
"bash",
"npm",
"install",
"-g",
"... | [
[
"⚡quick",
"start",
"download",
"install",
"[",
"nodejs",
"]",
"(",
"http",
":",
"//nodejs.org/en/download",
")",
">",
"=",
"18.15.0",
"1",
".",
"install",
"flowise",
"``",
"`",
"bash",
"npm",
"install",
"-g",
"... | ⚡Quick Start
Download and Install [NodeJS](https://nodejs.org/en/download) >= 18.15.0
1. Install Flowise
```bash
npm install -g flowise
```
2. Start Flowise
```bash
npx flowise start
```
With username & password
```bash
npx flowise start --FLOWISE_USERNAME=user --FLOWISE_PASSWOR... | https://github.com/FlowiseAI/Flowise | -1 | [
"artificial-intelligence",
"chatgpt",
"javascript",
"large-language-models",
"llm",
"low-code",
"no-code",
"react",
"typescript"
] |
https://raw.githubusercontent.com/FlowiseAI/Flowise/main/README.md | [
[
"prerequisite",
"-",
"install",
"[",
"yarn",
"v1",
"]",
"(",
"http",
":",
"//classic.yarnpkg.com/en/docs/install",
")",
"``",
"`",
"bash",
"npm",
"-g",
"yarn",
"``",
"`"
],
[
"prerequisite - install [ yarn v1 ] ( http : //clas... | [
[
"prerequisite",
"-",
"install",
"[",
"yarn",
"v1",
"]",
"(",
"http",
":",
"//classic.yarnpkg.com/en/docs/install",
")",
"``",
"`",
"bash",
"npm",
"-g",
"yarn",
"``",
"`"
],
[
"prerequisite - install [ yarn v1 ] ( http : //clas... | Prerequisite
- Install [Yarn v1](https://classic.yarnpkg.com/en/docs/install)
```bash
npm i -g yarn
```
| https://github.com/FlowiseAI/Flowise | -1 | [
"artificial-intelligence",
"chatgpt",
"javascript",
"large-language-models",
"llm",
"low-code",
"no-code",
"react",
"typescript"
] |
https://raw.githubusercontent.com/FlowiseAI/Flowise/main/README.md | [
[
"setup",
"1",
".",
"clone",
"repository",
"``",
"`",
"bash",
"git",
"clone",
"http",
":",
"//github.com/flowiseai/flowise.git",
"``",
"`",
"2",
".",
"go",
"repository",
"folder",
"``",
"`",
"bash",
"cd",
"flowise",... | [
[
"setup",
"1",
".",
"clone",
"repository",
"``",
"`",
"bash",
"git",
"clone",
"http",
":",
"//github.com/flowiseai/flowise.git",
"``",
"`",
"2",
".",
"go",
"repository",
"folder",
"``",
"`",
"bash",
"cd",
"flowise",... | Setup
1. Clone the repository
```bash
git clone https://github.com/FlowiseAI/Flowise.git
```
2. Go into repository folder
```bash
cd Flowise
```
3. Install all dependencies of all modules:
```bash
yarn install
```
4. Build all the code:
```bash
yarn build
```
5. ... | https://github.com/FlowiseAI/Flowise | 2 | [
"artificial-intelligence",
"chatgpt",
"javascript",
"large-language-models",
"llm",
"low-code",
"no-code",
"react",
"typescript"
] |
https://raw.githubusercontent.com/microsoft/semantic-kernel/main/README.md | [
[
"getting",
"started",
"semantic",
"kernel",
"semantic",
"kernel",
"sdk",
"available",
"c",
"#",
",",
"python",
",",
"java",
".",
"get",
"started",
",",
"choose",
"preferred",
"language",
".",
"see",
"[",
"feature",... | [
[
"getting",
"started",
"semantic",
"kernel",
"semantic",
"kernel",
"sdk",
"available",
"c",
"#",
",",
"python",
",",
"java",
".",
"get",
"started",
",",
"choose",
"preferred",
"language",
".",
"see",
"[",
"feature",... | Getting started with Semantic Kernel
The Semantic Kernel SDK is available in C#, Python, and Java. To get started, choose your preferred language below. See the [Feature Matrix](https://learn.microsoft.com/en-us/semantic-kernel/get-started/supported-languages) to see a breakdown of
feature parity between our currently... | https://github.com/microsoft/semantic-kernel | 2 | [
"ai",
"artificial-intelligence",
"llm",
"openai",
"sdk"
] |
https://raw.githubusercontent.com/microsoft/semantic-kernel/main/README.md | [
[
"python",
":",
"1",
".",
"install",
"pip",
"package",
":",
"`",
"python",
"-m",
"pip",
"install",
"semantic-kernel",
"`",
".",
"2",
".",
"create",
"new",
"script",
"e.g",
".",
"`",
"hello-world.py",
"`",
".... | [
[
"python",
":",
"1",
".",
"install",
"pip",
"package",
":",
"`",
"python",
"-m",
"pip",
"install",
"semantic-kernel",
"`",
".",
"2",
".",
"create",
"new",
"script",
"e.g",
".",
"`",
"hello-world.py",
"`",
".... | For Python:
1. Install the pip package: `python -m pip install semantic-kernel`.
2. Create a new script e.g. `hello-world.py`.
3. Store your API key and settings in an `.env` file as described [here](python/README.md).
4. Copy the code from [here](python/README.md) into the `hello-world.py` script.
5. Run the python s... | https://github.com/microsoft/semantic-kernel | 0 | [
"ai",
"artificial-intelligence",
"llm",
"openai",
"sdk"
] |
https://raw.githubusercontent.com/microsoft/semantic-kernel/main/README.md | [
[
"learning",
"use",
"semantic",
"kernel",
"fastest",
"way",
"learn",
"use",
"semantic",
"kernel",
"c"
],
[
"learning use semantic kernel fastest way learn use semantic kernel c"
]
] | [
[
"learning",
"use",
"semantic",
"kernel",
"fastest",
"way",
"learn",
"use",
"semantic",
"kernel",
"c"
],
[
"learning use semantic kernel fastest way learn use semantic kernel c"
]
] | Learning how to use Semantic Kernel
The fastest way to learn how to use Semantic Kernel is with our C | https://github.com/microsoft/semantic-kernel | -1 | [
"ai",
"artificial-intelligence",
"llm",
"openai",
"sdk"
] |
https://raw.githubusercontent.com/microsoft/semantic-kernel/main/README.md | [
[
"python",
"jupyter",
"notebook",
".",
"notebook",
"demonstrate",
"use",
"semantic",
"kernel",
"code",
"snippet",
"run",
"push",
"button",
".",
"-",
"[",
"getting",
"started",
"c"
],
[
"python jupyter notebook .",
"notebook... | [
[
"python",
"jupyter",
"notebook",
".",
"notebook",
"demonstrate",
"use",
"semantic",
"kernel",
"code",
"snippet",
"run",
"push",
"button",
".",
"-",
"[",
"getting",
"started",
"c"
],
[
"python jupyter notebook .",
"notebook... | and Python Jupyter notebooks. These notebooks
demonstrate how to use Semantic Kernel with code snippets that you can run with a push of a button.
- [Getting Started with C | https://github.com/microsoft/semantic-kernel | -1 | [
"ai",
"artificial-intelligence",
"llm",
"openai",
"sdk"
] |
https://raw.githubusercontent.com/microsoft/semantic-kernel/main/README.md | [
[
"notebook",
"]",
"(",
"dotnet/notebooks/00-getting-started.ipynb",
")",
"-",
"[",
"getting",
"started",
"python",
"notebook",
"]",
"(",
"python/notebooks/00-getting-started.ipynb",
")",
"'ve",
"finished",
"getting",
"started",
"notebo... | [
[
"notebook",
"]",
"(",
"dotnet/notebooks/00-getting-started.ipynb",
")",
"-",
"[",
"getting",
"started",
"python",
"notebook",
"]",
"(",
"python/notebooks/00-getting-started.ipynb",
")",
"'ve",
"finished",
"getting",
"started",
"notebo... | notebook](dotnet/notebooks/00-getting-started.ipynb)
- [Getting Started with Python notebook](python/notebooks/00-getting-started.ipynb)
Once you've finished the getting started notebooks, you can then check out the main walkthroughs
on our Learn site. Each sample comes with a completed C | https://github.com/microsoft/semantic-kernel | -1 | [
"ai",
"artificial-intelligence",
"llm",
"openai",
"sdk"
] |
https://raw.githubusercontent.com/microsoft/semantic-kernel/main/README.md | [
[
"chat",
"copilot",
":",
"see",
"'s",
"possible",
"semantic",
"kernel",
"'re",
"interested",
"seeing",
"full",
"end-to-end",
"example",
"use",
"semantic",
"kernel",
",",
"check",
"[",
"chat",
"copilot",
"]",
"(",
"h... | [
[
"chat",
"copilot",
":",
"see",
"'s",
"possible",
"semantic",
"kernel",
"'re",
"interested",
"seeing",
"full",
"end-to-end",
"example",
"use",
"semantic",
"kernel",
",",
"check",
"[",
"chat",
"copilot",
"]",
"(",
"h... | Chat Copilot: see what's possible with Semantic Kernel
If you're interested in seeing a full end-to-end example of how to use Semantic Kernel, check out
our [Chat Copilot](https://github.com/microsoft/chat-copilot) reference application. Chat Copilot
is a chatbot that demonstrates the power of Semantic Kernel. By comb... | https://github.com/microsoft/semantic-kernel | -1 | [
"ai",
"artificial-intelligence",
"llm",
"openai",
"sdk"
] |
https://raw.githubusercontent.com/microsoft/semantic-kernel/main/README.md | [
[
"check",
"repos",
"!",
"like",
"semantic",
"kernel",
",",
"may",
"also",
"interested",
"repos",
"semantic",
"kernel",
"team",
"support",
":",
"|",
"repo",
"|",
"description",
"|",
"|",
"--",
"--",
"--",
"--",
... | [
[
"check",
"repos",
"!",
"like",
"semantic",
"kernel",
",",
"may",
"also",
"interested",
"repos",
"semantic",
"kernel",
"team",
"support",
":",
"|",
"repo",
"|",
"description",
"|",
"|",
"--",
"--",
"--",
"--",
... | Check out our other repos!
If you like Semantic Kernel, you may also be interested in other repos the Semantic Kernel team supports:
| Repo | Description |
| -... | https://github.com/microsoft/semantic-kernel | -1 | [
"ai",
"artificial-intelligence",
"llm",
"openai",
"sdk"
] |
https://raw.githubusercontent.com/microsoft/semantic-kernel/main/README.md | [
[
"join",
"community",
"welcome",
"contribution",
"suggestion",
"sk",
"community",
"!",
"one",
"easiest",
"way",
"participate",
"engage",
"discussion",
"github",
"repository",
".",
"bug",
"report",
"fix",
"welcome",
"!",
"ne... | [
[
"join",
"community",
"welcome",
"contribution",
"suggestion",
"sk",
"community",
"!",
"one",
"easiest",
"way",
"participate",
"engage",
"discussion",
"github",
"repository",
".",
"bug",
"report",
"fix",
"welcome",
"!",
"ne... | Join the community
We welcome your contributions and suggestions to SK community! One of the easiest
ways to participate is to engage in discussions in the GitHub repository.
Bug reports and fixes are welcome!
For new features, components, or extensions, please open an issue and discuss with
us before sending a PR. T... | https://github.com/microsoft/semantic-kernel | -1 | [
"ai",
"artificial-intelligence",
"llm",
"openai",
"sdk"
] |
https://raw.githubusercontent.com/mlc-ai/mlc-llm/main/README.md | [
[
"news",
"*",
"[",
"10/18/2023",
"]",
"[",
"[",
"post",
"]",
"]",
"(",
"http",
":",
"//blog.mlc.ai/2023/10/19/scalable-language-model-inference-on-multiple-nvdia-amd-gpus",
")",
"scalable",
"multi-gpu",
"support",
"cuda",
"rocm",
"... | [
[
"news",
"*",
"[",
"10/18/2023",
"]",
"[",
"[",
"post",
"]",
"]",
"(",
"http",
":",
"//blog.mlc.ai/2023/10/19/scalable-language-model-inference-on-multiple-nvdia-amd-gpus",
")",
"scalable",
"multi-gpu",
"support",
"cuda",
"rocm",
"... | News
* [10/18/2023] [[Post]](https://blog.mlc.ai/2023/10/19/Scalable-Language-Model-Inference-on-Multiple-NVDIA-AMD-GPUs) Scalable multi-GPU support for CUDA and ROCm are official.
* [09/02/2023] Prebuilt ROCm 5.7 and CUDA 12.2 package is [available](https://llm.mlc.ai/docs/install/tvm.html#option-1-prebuilt-package).... | https://github.com/mlc-ai/mlc-llm | -1 | [
"language-model",
"llm",
"machine-learning-compilation",
"tvm"
] |
https://raw.githubusercontent.com/mlc-ai/mlc-llm/main/README.md | [
[
"getting",
"started",
"please",
"visit",
"[",
"documentation",
"]",
"(",
"http",
":",
"//llm.mlc.ai/docs/index.html",
"#",
"getting-started",
")",
"detailed",
"instruction",
"."
],
[
"getting started please visit [ documentation ] ( http ... | [
[
"getting",
"started",
"please",
"visit",
"[",
"documentation",
"]",
"(",
"http",
":",
"//llm.mlc.ai/docs/index.html",
"#",
"getting-started",
")",
"detailed",
"instruction",
"."
],
[
"getting started please visit [ documentation ] ( http ... | Getting Started
Please visit our [documentation](https://llm.mlc.ai/docs/index.html#getting-started) for detailed instructions.
| https://github.com/mlc-ai/mlc-llm | -1 | [
"language-model",
"llm",
"machine-learning-compilation",
"tvm"
] |
https://raw.githubusercontent.com/mlc-ai/mlc-llm/main/README.md | [
[
"model",
"support",
"mlc",
"llm",
"support",
"wide",
"range",
"model",
"architecture",
"variant",
".",
"following",
"prebuilts",
"use",
"off-the-shelf",
".",
"visit",
"[",
"prebuilt",
"model",
"]",
"(",
"http",
":",
... | [
[
"model",
"support",
"mlc",
"llm",
"support",
"wide",
"range",
"model",
"architecture",
"variant",
".",
"following",
"prebuilts",
"use",
"off-the-shelf",
".",
"visit",
"[",
"prebuilt",
"model",
"]",
"(",
"http",
":",
... | Model Support
MLC LLM supports a wide range of model architectures and variants. We have the following prebuilts which you can
use off-the-shelf. Visit [Prebuilt Models](https://llm.mlc.ai/docs/prebuilt_models.html) to see the full list, and [Compile Models via MLC](https://llm.mlc.ai/docs/compilation/compile_models.h... | https://github.com/mlc-ai/mlc-llm | -1 | [
"language-model",
"llm",
"machine-learning-compilation",
"tvm"
] |
https://raw.githubusercontent.com/langgenius/dify/main/README.md | [
[
"start",
"*",
"*",
"star",
"u",
"github",
",",
"instantly",
"notified",
"new",
"release",
"!",
"*",
"*",
"!",
"[",
"star-us",
"]",
"(",
"http",
":",
"//github.com/langgenius/dify/assets/100913391/95f37259-7370-4456-a9f0-0bc01e... | [
[
"start",
"*",
"*",
"star",
"u",
"github",
",",
"instantly",
"notified",
"new",
"release",
"!",
"*",
"*",
"!",
"[",
"star-us",
"]",
"(",
"http",
":",
"//github.com/langgenius/dify/assets/100913391/95f37259-7370-4456-a9f0-0bc01e... | Before You Start
**Star us on GitHub, and be instantly notified for new releases!**

- [Website](https://dify.ai)
- [Docs](https://docs.dify.ai)
- [Deployment Docs](https://docs.dify.ai/getting-started/install-self-ho... | https://github.com/langgenius/dify | -1 | [
"ai",
"backend-as-a-service",
"gpt",
"gpt-4",
"langchain",
"llama2",
"llm",
"openai",
"orchestration",
"python",
"rag"
] |
https://raw.githubusercontent.com/langgenius/dify/main/README.md | [
[
"install",
"community",
"edition"
],
[
"install community edition"
]
] | [
[
"install",
"community",
"edition"
],
[
"install community edition"
]
] | Install the Community Edition
| https://github.com/langgenius/dify | -1 | [
"ai",
"backend-as-a-service",
"gpt",
"gpt-4",
"langchain",
"llama2",
"llm",
"openai",
"orchestration",
"python",
"rag"
] |
https://raw.githubusercontent.com/langgenius/dify/main/README.md | [
[
"system",
"requirement",
"installing",
"dify",
",",
"make",
"sure",
"machine",
"meet",
"following",
"minimum",
"system",
"requirement",
":",
"-",
"cpu",
">",
"=",
"2",
"core",
"-",
"ram",
">",
"=",
"4gb"
],
[
... | [
[
"system",
"requirement",
"installing",
"dify",
",",
"make",
"sure",
"machine",
"meet",
"following",
"minimum",
"system",
"requirement",
":",
"-",
"cpu",
">",
"=",
"2",
"core",
"-",
"ram",
">",
"=",
"4gb"
],
[
... | System Requirements
Before installing Dify, make sure your machine meets the following minimum system requirements:
- CPU >= 2 Core
- RAM >= 4GB
| https://github.com/langgenius/dify | -1 | [
"ai",
"backend-as-a-service",
"gpt",
"gpt-4",
"langchain",
"llama2",
"llm",
"openai",
"orchestration",
"python",
"rag"
] |
https://raw.githubusercontent.com/langgenius/dify/main/README.md | [
[
"quick",
"start",
"easiest",
"way",
"start",
"dify",
"server",
"run",
"[",
"docker-compose.yml",
"]",
"(",
"docker/docker-compose.yaml",
")",
"file",
".",
"running",
"installation",
"command",
",",
"make",
"sure",
"[",
... | [
[
"quick",
"start",
"easiest",
"way",
"start",
"dify",
"server",
"run",
"[",
"docker-compose.yml",
"]",
"(",
"docker/docker-compose.yaml",
")",
"file",
".",
"running",
"installation",
"command",
",",
"make",
"sure",
"[",
... | Quick Start
The easiest way to start the Dify server is to run our [docker-compose.yml](docker/docker-compose.yaml) file. Before running the installation command, make sure that [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) are installed on your machine:
... | https://github.com/langgenius/dify | 1 | [
"ai",
"backend-as-a-service",
"gpt",
"gpt-4",
"langchain",
"llama2",
"llm",
"openai",
"orchestration",
"python",
"rag"
] |
https://raw.githubusercontent.com/langgenius/dify/main/README.md | [
[
"configuration",
"need",
"customize",
"configuration",
",",
"please",
"refer",
"comment",
"[",
"docker-compose.yml",
"]",
"(",
"docker/docker-compose.yaml",
")",
"file",
"manually",
"set",
"environment",
"configuration",
".",
"mak... | [
[
"configuration",
"need",
"customize",
"configuration",
",",
"please",
"refer",
"comment",
"[",
"docker-compose.yml",
"]",
"(",
"docker/docker-compose.yaml",
")",
"file",
"manually",
"set",
"environment",
"configuration",
".",
"mak... | Configuration
If you need to customize the configuration, please refer to the comments in our [docker-compose.yml](docker/docker-compose.yaml) file and manually set the environment configuration. After making the changes, please run `docker-compose up -d` again. You can see the full list of environment variables in ou... | https://github.com/langgenius/dify | -1 | [
"ai",
"backend-as-a-service",
"gpt",
"gpt-4",
"langchain",
"llama2",
"llm",
"openai",
"orchestration",
"python",
"rag"
] |
https://raw.githubusercontent.com/THUDM/ChatGLM2-6B/main/README.md | [
[
"环境安装",
"首先需要下载本仓库:",
"``",
"`",
"shell",
"git",
"clone",
"http",
":",
"//github.com/thudm/chatglm2-6b",
"cd",
"chatglm2-6b",
"``",
"`",
"然后使用",
"pip",
"安装依赖:",
"``",
"`",
"pip",
"install",
"-r",
"requirements.txt",
"`... | [
[
"环境安装",
"首先需要下载本仓库:",
"``",
"`",
"shell",
"git",
"clone",
"http",
":",
"//github.com/thudm/chatglm2-6b",
"cd",
"chatglm2-6b",
"``",
"`",
"然后使用",
"pip",
"安装依赖:",
"``",
"`",
"pip",
"install",
"-r",
"requirements.txt",
"`... | 环境安装
首先需要下载本仓库:
```shell
git clone https://github.com/THUDM/ChatGLM2-6B
cd ChatGLM2-6B
```
然后使用 pip 安装依赖:
```
pip install -r requirements.txt
```
其中 `transformers` 库版本推荐为 `4.30.2`,`torch` 推荐使用 2.0 及以上的版本,以获得最佳的推理性能。
| https://github.com/THUDM/ChatGLM2-6B | 0 | [
"chatglm",
"chatglm-6b",
"large-language-models",
"llm"
] |
https://raw.githubusercontent.com/THUDM/ChatGLM2-6B/main/README.md | [
[
"从本地加载模型",
"以上代码会由",
"`",
"transformer",
"`",
"自动下载模型实现和参数。完整的模型实现在",
"[",
"hugging",
"face",
"hub",
"]",
"(",
"http",
":",
"//huggingface.co/thudm/chatglm2-6b",
")",
"。如果你的网络环境较差,下载模型参数可能会花费较长时间甚至失败。此时可以先将模型下载到本地,然后从本地加载。",
"从",
"hugging... | [
[
"从本地加载模型",
"以上代码会由",
"`",
"transformer",
"`",
"自动下载模型实现和参数。完整的模型实现在",
"[",
"hugging",
"face",
"hub",
"]",
"(",
"http",
":",
"//huggingface.co/thudm/chatglm2-6b",
")",
"。如果你的网络环境较差,下载模型参数可能会花费较长时间甚至失败。此时可以先将模型下载到本地,然后从本地加载。",
"从",
"hugging... | 从本地加载模型
以上代码会由 `transformers` 自动下载模型实现和参数。完整的模型实现在 [Hugging Face Hub](https://huggingface.co/THUDM/chatglm2-6b)。如果你的网络环境较差,下载模型参数可能会花费较长时间甚至失败。此时可以先将模型下载到本地,然后从本地加载。
从 Hugging Face Hub 下载模型需要先[安装Git LFS](https://docs.github.com/zh/repositories/working-with-files/managing-large-files/installing-git-large-file-storage),... | https://github.com/THUDM/ChatGLM2-6B | 2 | [
"chatglm",
"chatglm-6b",
"large-language-models",
"llm"
] |
https://raw.githubusercontent.com/THUDM/ChatGLM2-6B/main/README.md | [
[
"api",
"部署",
"首先需要安装额外的依赖",
"`",
"pip",
"install",
"fastapi",
"uvicorn",
"`",
",然后运行仓库中的",
"[",
"api.py",
"]",
"(",
"api.py",
")",
":",
"``",
"`",
"shell",
"python",
"api.py",
"``",
"`",
"默认部署在本地的",
"8000",
... | [
[
"api",
"部署",
"首先需要安装额外的依赖",
"`",
"pip",
"install",
"fastapi",
"uvicorn",
"`",
",然后运行仓库中的",
"[",
"api.py",
"]",
"(",
"api.py",
")",
":",
"``",
"`",
"shell",
"python",
"api.py",
"``",
"`",
"默认部署在本地的",
"8000",
... | API 部署
首先需要安装额外的依赖 `pip install fastapi uvicorn`,然后运行仓库中的 [api.py](api.py):
```shell
python api.py
```
默认部署在本地的 8000 端口,通过 POST 方法进行调用
```shell
curl -X POST "http://127.0.0.1:8000" \
-H 'Content-Type: application/json' \
-d '{"prompt": "你好", "history": []}'
```
得到的返回值为
```shell
{
"response":"你好👋!我是人工智能助手 C... | https://github.com/THUDM/ChatGLM2-6B | 0 | [
"chatglm",
"chatglm-6b",
"large-language-models",
"llm"
] |
https://raw.githubusercontent.com/THUDM/ChatGLM2-6B/main/README.md | [
[
"多卡部署",
"如果你有多张",
"gpu,但是每张",
"gpu",
"的显存大小都不足以容纳完整的模型,那么可以将模型切分在多张gpu上。首先安装",
"accelerate",
":",
"`",
"pip",
"install",
"accelerate",
"`",
",然后通过如下方法加载模型:",
"``",
"`",
"python",
"utils",
"import",
"load_model_on_gpus",
"model",
"... | [
[
"多卡部署",
"如果你有多张",
"gpu,但是每张",
"gpu",
"的显存大小都不足以容纳完整的模型,那么可以将模型切分在多张gpu上。首先安装",
"accelerate",
":",
"`",
"pip",
"install",
"accelerate",
"`",
",然后通过如下方法加载模型:",
"``",
"`",
"python",
"utils",
"import",
"load_model_on_gpus",
"model",
"... | 多卡部署
如果你有多张 GPU,但是每张 GPU 的显存大小都不足以容纳完整的模型,那么可以将模型切分在多张GPU上。首先安装 accelerate: `pip install accelerate`,然后通过如下方法加载模型:
```python
from utils import load_model_on_gpus
model = load_model_on_gpus("THUDM/chatglm2-6b", num_gpus=2)
```
即可将模型部署到两张 GPU 上进行推理。你可以将 `num_gpus` 改为你希望使用的 GPU 数。默认是均匀切分的,你也可以传入 `device_map` 参数来自己指定。
| https://github.com/THUDM/ChatGLM2-6B | 0 | [
"chatglm",
"chatglm-6b",
"large-language-models",
"llm"
] |
https://raw.githubusercontent.com/vllm-project/vllm/main/README.md | [
[
"vllm",
"fast",
"easy-to-use",
"library",
"llm",
"inference",
"serving",
".",
"vllm",
"fast",
":",
"-",
"state-of-the-art",
"serving",
"throughput",
"-",
"efficient",
"management",
"attention",
"key",
"value",
"memory",
"*... | [
[
"vllm",
"fast",
"easy-to-use",
"library",
"llm",
"inference",
"serving",
".",
"vllm",
"fast",
":",
"-",
"state-of-the-art",
"serving",
"throughput",
"-",
"efficient",
"management",
"attention",
"key",
"value",
"memory",
"*... | About
vLLM is a fast and easy-to-use library for LLM inference and serving.
vLLM is fast with:
- State-of-the-art serving throughput
- Efficient management of attention key and value memory with **PagedAttention**
- Continuous batching of incoming requests
- Fast model execution with CUDA/HIP graph
- Quantization: [G... | https://github.com/vllm-project/vllm | 0 | [
"gpt",
"inference",
"llama",
"llm",
"llm-serving",
"llmops",
"mlops",
"model-serving",
"pytorch",
"transformer"
] |
https://raw.githubusercontent.com/vllm-project/vllm/main/README.md | [
[
"getting",
"started",
"visit",
"[",
"documentation",
"]",
"(",
"http",
":",
"//vllm.readthedocs.io/en/latest/",
")",
"get",
"started",
".",
"-",
"[",
"installation",
"]",
"(",
"http",
":",
"//vllm.readthedocs.io/en/latest/gett... | [
[
"getting",
"started",
"visit",
"[",
"documentation",
"]",
"(",
"http",
":",
"//vllm.readthedocs.io/en/latest/",
")",
"get",
"started",
".",
"-",
"[",
"installation",
"]",
"(",
"http",
":",
"//vllm.readthedocs.io/en/latest/gett... | Getting Started
Visit our [documentation](https://vllm.readthedocs.io/en/latest/) to get started.
- [Installation](https://vllm.readthedocs.io/en/latest/getting_started/installation.html)
- [Quickstart](https://vllm.readthedocs.io/en/latest/getting_started/quickstart.html)
- [Supported Models](https://vllm.readthedocs... | https://github.com/vllm-project/vllm | -1 | [
"gpt",
"inference",
"llama",
"llm",
"llm-serving",
"llmops",
"mlops",
"model-serving",
"pytorch",
"transformer"
] |
https://raw.githubusercontent.com/vllm-project/vllm/main/README.md | [
[
"contributing",
"welcome",
"value",
"contribution",
"collaboration",
".",
"please",
"check",
"[",
"contributing.md",
"]",
"(",
"./contributing.md",
")",
"get",
"involved",
"."
],
[
"contributing welcome value contribution collaboration ."... | [
[
"contributing",
"welcome",
"value",
"contribution",
"collaboration",
".",
"please",
"check",
"[",
"contributing.md",
"]",
"(",
"./contributing.md",
")",
"get",
"involved",
"."
],
[
"contributing welcome value contribution collaboration ."... | Contributing
We welcome and value any contributions and collaborations.
Please check out [CONTRIBUTING.md](./CONTRIBUTING.md) for how to get involved.
| https://github.com/vllm-project/vllm | -1 | [
"gpt",
"inference",
"llama",
"llm",
"llm-serving",
"llmops",
"mlops",
"model-serving",
"pytorch",
"transformer"
] |
https://raw.githubusercontent.com/huggingface/peft/main/README.md | [
[
"<",
"!",
"--",
"-",
"copyright",
"2023",
"huggingface",
"team",
".",
"right",
"reserved",
".",
"licensed",
"apache",
"license",
",",
"version",
"2.0",
"(",
"``",
"license",
"''",
")",
";",
"may",
"use",
"f... | [
[
"<",
"!",
"--",
"-",
"copyright",
"2023",
"huggingface",
"team",
".",
"right",
"reserved",
".",
"licensed",
"apache",
"license",
",",
"version",
"2.0",
"(",
"``",
"license",
"''",
")",
";",
"may",
"use",
"f... | <!---
Copyright 2023 The HuggingFace Team. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ... | https://github.com/huggingface/peft | -1 | [
"adapter",
"diffusion",
"llm",
"lora",
"parameter-efficient-learning",
"python",
"pytorch",
"transformers"
] |
https://raw.githubusercontent.com/huggingface/peft/main/README.md | [
[
"quickstart",
"install",
"peft",
"pip",
":",
"``",
"`",
"bash",
"pip",
"install",
"peft",
"``",
"`",
"prepare",
"model",
"training",
"peft",
"method",
"lora",
"wrapping",
"base",
"model",
"peft",
"configuration",
"... | [
[
"quickstart",
"install",
"peft",
"pip",
":",
"``",
"`",
"bash",
"pip",
"install",
"peft",
"``",
"`",
"prepare",
"model",
"training",
"peft",
"method",
"lora",
"wrapping",
"base",
"model",
"peft",
"configuration",
"... | Quickstart
Install PEFT from pip:
```bash
pip install peft
```
Prepare a model for training with a PEFT method such as LoRA by wrapping the base model and PEFT configuration with `get_peft_model`. For the bigscience/mt0-large model, you're only training 0.19% of the parameters!
```python
from transformers import Au... | https://github.com/huggingface/peft | 0 | [
"adapter",
"diffusion",
"llm",
"lora",
"parameter-efficient-learning",
"python",
"pytorch",
"transformers"
] |
https://raw.githubusercontent.com/huggingface/peft/main/README.md | [
[
"quantization",
"quantization",
"another",
"method",
"reducing",
"memory",
"requirement",
"model",
"representing",
"data",
"lower",
"precision",
".",
"combined",
"peft",
"method",
"make",
"even",
"easier",
"train",
"load",
"ll... | [
[
"quantization",
"quantization",
"another",
"method",
"reducing",
"memory",
"requirement",
"model",
"representing",
"data",
"lower",
"precision",
".",
"combined",
"peft",
"method",
"make",
"even",
"easier",
"train",
"load",
"ll... | Quantization
Quantization is another method for reducing the memory requirements of a model by representing the data in a lower precision. It can be combined with PEFT methods to make it even easier to train and load LLMs for inference.
* Learn how to finetune [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-ll... | https://github.com/huggingface/peft | -1 | [
"adapter",
"diffusion",
"llm",
"lora",
"parameter-efficient-learning",
"python",
"pytorch",
"transformers"
] |
https://raw.githubusercontent.com/huggingface/peft/main/README.md | [
[
"accelerate",
"[",
"accelerate",
"]",
"(",
"http",
":",
"//huggingface.co/docs/accelerate/index",
")",
"library",
"distributed",
"training",
"inference",
"various",
"training",
"setup",
"hardware",
"(",
"gpus",
",",
"tpus",
",... | [
[
"accelerate",
"[",
"accelerate",
"]",
"(",
"http",
":",
"//huggingface.co/docs/accelerate/index",
")",
"library",
"distributed",
"training",
"inference",
"various",
"training",
"setup",
"hardware",
"(",
"gpus",
",",
"tpus",
",... | Accelerate
[Accelerate](https://huggingface.co/docs/accelerate/index) is a library for distributed training and inference on various training setups and hardware (GPUs, TPUs, Apple Silicon, etc.). PEFT models work with Accelerate out of the box, making it really convenient to train really large models or use them for ... | https://github.com/huggingface/peft | -1 | [
"adapter",
"diffusion",
"llm",
"lora",
"parameter-efficient-learning",
"python",
"pytorch",
"transformers"
] |
https://raw.githubusercontent.com/huggingface/peft/main/README.md | [
[
"trl",
"peft",
"also",
"applied",
"training",
"llm",
"rlhf",
"component",
"ranker",
"policy",
".",
"get",
"started",
"reading",
":",
"*",
"[",
"fine-tune",
"mistral-7b",
"model",
"direct",
"preference",
"optimization",
... | [
[
"trl",
"peft",
"also",
"applied",
"training",
"llm",
"rlhf",
"component",
"ranker",
"policy",
".",
"get",
"started",
"reading",
":",
"*",
"[",
"fine-tune",
"mistral-7b",
"model",
"direct",
"preference",
"optimization",
... | TRL
PEFT can also be applied to training LLMs with RLHF components such as the ranker and policy. Get started by reading:
* [Fine-tune a Mistral-7b model with Direct Preference Optimization](https://towardsdatascience.com/fine-tune-a-mistral-7b-model-with-direct-preference-optimization-708042745aac) with PEFT and the... | https://github.com/huggingface/peft | -1 | [
"adapter",
"diffusion",
"llm",
"lora",
"parameter-efficient-learning",
"python",
"pytorch",
"transformers"
] |
https://raw.githubusercontent.com/hiyouga/LLaMA-Factory/main/README.md | [
[
"llama",
"board",
":",
"one-stop",
"web",
"ui",
"getting",
"started",
"llama",
"factory",
"preview",
"llama",
"board",
"*",
"*",
"[",
"🤗",
"space",
"]",
"(",
"http",
":",
"//huggingface.co/spaces/hiyouga/llama-board",
... | [
[
"llama",
"board",
":",
"one-stop",
"web",
"ui",
"getting",
"started",
"llama",
"factory",
"preview",
"llama",
"board",
"*",
"*",
"[",
"🤗",
"space",
"]",
"(",
"http",
":",
"//huggingface.co/spaces/hiyouga/llama-board",
... | LLaMA Board: A One-stop Web UI for Getting Started with LLaMA Factory
Preview LLaMA Board at **[🤗 Spaces](https://huggingface.co/spaces/hiyouga/LLaMA-Board)** or **[ModelScope](https://modelscope.cn/studios/hiyouga/LLaMA-Board)**.
Launch LLaMA Board via `CUDA_VISIBLE_DEVICES=0 python src/train_web.py`. (multiple GPU... | https://github.com/hiyouga/LLaMA-Factory | -1 | [
"agent",
"baichuan",
"chatglm",
"fine-tuning",
"generative-ai",
"gpt",
"instruction-tuning",
"language-model",
"large-language-models",
"llama",
"llm",
"lora",
"mistral",
"mixture-of-experts",
"peft",
"qlora",
"quantization",
"qwen",
"rlhf",
"transformers"
] |
https://raw.githubusercontent.com/hiyouga/LLaMA-Factory/main/README.md | [
[
"table",
"content",
"-",
"[",
"benchmark",
"]",
"(",
"#",
"benchmark",
")",
"-",
"[",
"changelog",
"]",
"(",
"#",
"changelog",
")",
"-",
"[",
"supported",
"model",
"]",
"(",
"#",
"supported-models",
")",
... | [
[
"table",
"content",
"-",
"[",
"benchmark",
"]",
"(",
"#",
"benchmark",
")",
"-",
"[",
"changelog",
"]",
"(",
"#",
"changelog",
")",
"-",
"[",
"supported",
"model",
"]",
"(",
"#",
"supported-models",
")",
... | Table of Contents
- [Benchmark](#benchmark)
- [Changelog](#changelog)
- [Supported Models](#supported-models)
- [Supported Training Approaches](#supported-training-approaches)
- [Provided Datasets](#provided-datasets)
- [Requirement](#requirement)
- [Getting Started](#getting-started)
- [Projects using LLaMA Factory](... | https://github.com/hiyouga/LLaMA-Factory | -1 | [
"agent",
"baichuan",
"chatglm",
"fine-tuning",
"generative-ai",
"gpt",
"instruction-tuning",
"language-model",
"large-language-models",
"llama",
"llm",
"lora",
"mistral",
"mixture-of-experts",
"peft",
"qlora",
"quantization",
"qwen",
"rlhf",
"transformers"
] |
https://raw.githubusercontent.com/hiyouga/LLaMA-Factory/main/README.md | [
[
"provided",
"datasets",
"<",
"detail",
">",
"<",
"summary",
">",
"pre-training",
"datasets",
"<",
"/summary",
">",
"-",
"[",
"wiki",
"demo",
"(",
"en",
")",
"]",
"(",
"data/wiki_demo.txt",
")",
"-",
"[",
"r... | [
[
"provided",
"datasets",
"<",
"detail",
">",
"<",
"summary",
">",
"pre-training",
"datasets",
"<",
"/summary",
">",
"-",
"[",
"wiki",
"demo",
"(",
"en",
")",
"]",
"(",
"data/wiki_demo.txt",
")",
"-",
"[",
"r... | Provided Datasets
<details><summary>Pre-training datasets</summary>
- [Wiki Demo (en)](data/wiki_demo.txt)
- [RefinedWeb (en)](https://huggingface.co/datasets/tiiuae/falcon-refinedweb)
- [RedPajama V2 (en)](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-V2)
- [Wikipedia (en)](https://huggingface.co/d... | https://github.com/hiyouga/LLaMA-Factory | 0 | [
"agent",
"baichuan",
"chatglm",
"fine-tuning",
"generative-ai",
"gpt",
"instruction-tuning",
"language-model",
"large-language-models",
"llama",
"llm",
"lora",
"mistral",
"mixture-of-experts",
"peft",
"qlora",
"quantization",
"qwen",
"rlhf",
"transformers"
] |
https://raw.githubusercontent.com/hiyouga/LLaMA-Factory/main/README.md | [
[
"getting",
"started"
],
[
"getting started"
]
] | [
[
"getting",
"started"
],
[
"getting started"
]
] | Getting Started
| https://github.com/hiyouga/LLaMA-Factory | -1 | [
"agent",
"baichuan",
"chatglm",
"fine-tuning",
"generative-ai",
"gpt",
"instruction-tuning",
"language-model",
"large-language-models",
"llama",
"llm",
"lora",
"mistral",
"mixture-of-experts",
"peft",
"qlora",
"quantization",
"qwen",
"rlhf",
"transformers"
] |
https://raw.githubusercontent.com/hiyouga/LLaMA-Factory/main/README.md | [
[
"dependence",
"installation",
"(",
"optional",
")",
"``",
"`",
"bash",
"git",
"clone",
"http",
":",
"//github.com/hiyouga/llama-factory.git",
"conda",
"create",
"-n",
"llama_factory",
"python=3.10",
"conda",
"activate",
"llama_fac... | [
[
"dependence",
"installation",
"(",
"optional",
")",
"``",
"`",
"bash",
"git",
"clone",
"http",
":",
"//github.com/hiyouga/llama-factory.git",
"conda",
"create",
"-n",
"llama_factory",
"python=3.10",
"conda",
"activate",
"llama_fac... | Dependence Installation (optional)
```bash
git clone https://github.com/hiyouga/LLaMA-Factory.git
conda create -n llama_factory python=3.10
conda activate llama_factory
cd LLaMA-Factory
pip install -r requirements.txt
```
If you want to enable the quantized LoRA (QLoRA) on the Windows platform, you will be required t... | https://github.com/hiyouga/LLaMA-Factory | 0 | [
"agent",
"baichuan",
"chatglm",
"fine-tuning",
"generative-ai",
"gpt",
"instruction-tuning",
"language-model",
"large-language-models",
"llama",
"llm",
"lora",
"mistral",
"mixture-of-experts",
"peft",
"qlora",
"quantization",
"qwen",
"rlhf",
"transformers"
] |
https://raw.githubusercontent.com/PaddlePaddle/PaddleNLP/main/README.md | [
[
"pip安装",
"``",
"`",
"shell",
"pip",
"install",
"--",
"upgrade",
"paddlenlp",
"``",
"`",
"或者可通过以下命令安装最新",
"develop",
"分支代码:",
"``",
"`",
"shell",
"pip",
"install",
"--",
"pre",
"--",
"upgrade",
"paddlenlp",
"-f",
... | [
[
"pip安装",
"``",
"`",
"shell",
"pip",
"install",
"--",
"upgrade",
"paddlenlp",
"``",
"`",
"或者可通过以下命令安装最新",
"develop",
"分支代码:",
"``",
"`",
"shell",
"pip",
"install",
"--",
"pre",
"--",
"upgrade",
"paddlenlp",
"-f",
... | pip安装
```shell
pip install --upgrade paddlenlp
```
或者可通过以下命令安装最新 develop 分支代码:
```shell
pip install --pre --upgrade paddlenlp -f https://www.paddlepaddle.org.cn/whl/paddlenlp.html
```
更多关于PaddlePaddle和PaddleNLP安装的详细教程请查看[Installation](./docs/get_started/installation.rst)。
| https://github.com/PaddlePaddle/PaddleNLP | 0 | [
"bert",
"compression",
"distributed-training",
"document-intelligence",
"embedding",
"ernie",
"information-extraction",
"llama",
"llm",
"neural-search",
"nlp",
"paddlenlp",
"pretrained-models",
"question-answering",
"search-engine",
"semantic-analysis",
"sentiment-analysis",
"trans... |
https://raw.githubusercontent.com/eosphoros-ai/DB-GPT/main/README.md | [
[
"content",
"-",
"[",
"introduction",
"]",
"(",
"#",
"introduction",
")",
"-",
"[",
"install",
"]",
"(",
"#",
"install",
")",
"-",
"[",
"feature",
"]",
"(",
"#",
"feature",
")",
"-",
"[",
"contribution",... | [
[
"content",
"-",
"[",
"introduction",
"]",
"(",
"#",
"introduction",
")",
"-",
"[",
"install",
"]",
"(",
"#",
"install",
")",
"-",
"[",
"feature",
"]",
"(",
"#",
"feature",
")",
"-",
"[",
"contribution",... | Contents
- [Introduction](#introduction)
- [Install](#install)
- [Features](#features)
- [Contribution](#contribution)
- [Contact](#contact-information)
| https://github.com/eosphoros-ai/DB-GPT | -1 | [
"agents",
"bgi",
"database",
"gpt",
"gpt-4",
"langchain",
"llm",
"private",
"rag",
"security",
"vicuna"
] |
https://raw.githubusercontent.com/eosphoros-ai/DB-GPT/main/README.md | [
[
"install",
"!",
"[",
"docker",
"]",
"(",
"http",
":",
"//img.shields.io/badge/docker-",
"%",
"230db7ed.svg",
"?",
"style=for-the-badge",
"&",
"logo=docker",
"&",
"logocolor=white",
")",
"!",
"[",
"linux",
"]",
"(",
"ht... | [
[
"install",
"!",
"[",
"docker",
"]",
"(",
"http",
":",
"//img.shields.io/badge/docker-",
"%",
"230db7ed.svg",
"?",
"style=for-the-badge",
"&",
"logo=docker",
"&",
"logocolor=white",
")",
"!",
"[",
"linux",
"]",
"(",
"ht... | Install



... | https://github.com/eosphoros-ai/DB-GPT | -1 | [
"agents",
"bgi",
"database",
"gpt",
"gpt-4",
"langchain",
"llm",
"private",
"rag",
"security",
"vicuna"
] |
https://raw.githubusercontent.com/eosphoros-ai/DB-GPT/main/README.md | [
[
"contribution",
"-",
"please",
"run",
"`",
"black",
".",
"`",
"submitting",
"code",
".",
"-",
"check",
"detailed",
"guideline",
"new",
"contribution",
",",
"please",
"refer",
"[",
"contribute",
"]",
"(",
"http",
... | [
[
"contribution",
"-",
"please",
"run",
"`",
"black",
".",
"`",
"submitting",
"code",
".",
"-",
"check",
"detailed",
"guideline",
"new",
"contribution",
",",
"please",
"refer",
"[",
"contribute",
"]",
"(",
"http",
... | Contribution
- Please run `black .` before submitting the code.
- To check detailed guidelines for new contributions, please refer [how to contribute](https://github.com/eosphoros-ai/DB-GPT/blob/main/CONTRIBUTING.md)
| https://github.com/eosphoros-ai/DB-GPT | -1 | [
"agents",
"bgi",
"database",
"gpt",
"gpt-4",
"langchain",
"llm",
"private",
"rag",
"security",
"vicuna"
] |
https://raw.githubusercontent.com/gventuri/pandas-ai/main/README.md | [
[
"🔧",
"quick",
"install",
"``",
"`",
"bash",
"pip",
"install",
"pandasai",
"``",
"`"
],
[
"🔧 quick install `` ` bash pip install pandasai `` `"
]
] | [
[
"🔧",
"quick",
"install",
"``",
"`",
"bash",
"pip",
"install",
"pandasai",
"``",
"`"
],
[
"🔧 quick install `` ` bash pip install pandasai `` `"
]
] | 🔧 Quick install
```bash
pip install pandasai
```
| https://github.com/gventuri/pandas-ai | 0 | [
"ai",
"csv",
"data",
"data-analysis",
"data-science",
"gpt-3",
"gpt-4",
"llm",
"pandas",
"sql"
] |
https://raw.githubusercontent.com/gventuri/pandas-ai/main/README.md | [
[
"🤝",
"contributing",
"contribution",
"welcome",
"!",
"please",
"check",
"todos",
",",
"feel",
"free",
"open",
"pull",
"request",
".",
"information",
",",
"please",
"see",
"[",
"contributing",
"guideline",
"]",
"(",
... | [
[
"🤝",
"contributing",
"contribution",
"welcome",
"!",
"please",
"check",
"todos",
",",
"feel",
"free",
"open",
"pull",
"request",
".",
"information",
",",
"please",
"see",
"[",
"contributing",
"guideline",
"]",
"(",
... | 🤝 Contributing
Contributions are welcome! Please check out the todos below, and feel free to open a pull request.
For more information, please see the [contributing guidelines](CONTRIBUTING.md).
After installing the virtual environment, please remember to install `pre-commit` to be compliant with our standards:
```... | https://github.com/gventuri/pandas-ai | -1 | [
"ai",
"csv",
"data",
"data-analysis",
"data-science",
"gpt-3",
"gpt-4",
"llm",
"pandas",
"sql"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"h2ogpt",
"turn",
"★",
"⭐",
"(",
"top-right",
"corner",
")",
"like",
"project",
"!",
"query",
"summarize",
"document",
"chat",
"local",
"private",
"gpt",
"llm",
"using",
"h2ogpt",
",",
"apache",
"v2",
"open-source"... | [
[
"h2ogpt",
"turn",
"★",
"⭐",
"(",
"top-right",
"corner",
")",
"like",
"project",
"!",
"query",
"summarize",
"document",
"chat",
"local",
"private",
"gpt",
"llm",
"using",
"h2ogpt",
",",
"apache",
"v2",
"open-source"... | h2oGPT
Turn ★ into ⭐ (top-right corner) if you like the project!
Query and summarize your documents or just chat with local private GPT LLMs using h2oGPT, an Apache V2 open-source project.
- **Private** offline database of any documents [(PDFs, Excel, Word, Images, Video Frames, Youtube, Audio, Code, Text, MarkDown,... | https://github.com/h2oai/h2ogpt | -1 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"cu118",
"use",
"export",
"pip_extra_index_url=",
"''",
"http",
":",
"//download.pytorch.org/whl/cu118",
"http",
":",
"//huggingface.github.io/autogptq-index/whl/cu118",
"''",
"``",
"`",
"run",
"following",
"command",
"system",
":",
"... | [
[
"cu118",
"use",
"export",
"pip_extra_index_url=",
"''",
"http",
":",
"//download.pytorch.org/whl/cu118",
"http",
":",
"//huggingface.github.io/autogptq-index/whl/cu118",
"''",
"``",
"`",
"run",
"following",
"command",
"system",
":",
"... | for cu118 use export PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cu118 https://huggingface.github.io/autogptq-index/whl/cu118"
```
Then run the following commands on any system:
```bash
git clone https://github.com/h2oai/h2ogpt.git
cd h2ogpt
pip install -r requirements.txt
pip install -r req... | https://github.com/h2oai/h2ogpt | 0 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"amd",
"roc",
",",
"comment-out",
"except",
"correct",
"roc",
"wheel",
"pip",
"install",
"-r",
"reqs_optional/requirements_optional_gpt4all.txt",
"pip",
"install",
"-r",
"reqs_optional/requirements_optional_langchain.urls.txt"
],
[
"amd roc ,... | [
[
"amd",
"roc",
",",
"comment-out",
"except",
"correct",
"roc",
"wheel",
"pip",
"install",
"-r",
"reqs_optional/requirements_optional_gpt4all.txt",
"pip",
"install",
"-r",
"reqs_optional/requirements_optional_langchain.urls.txt"
],
[
"amd roc ,... | for AMD ROC, comment-out all except the correct ROC wheel
pip install -r reqs_optional/requirements_optional_gpt4all.txt
pip install -r reqs_optional/requirements_optional_langchain.urls.txt
| https://github.com/h2oai/h2ogpt | 0 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"pip",
"install",
"-r",
"reqs_optional/requirements_optional_langchain.gpllike.txt",
"python",
"generate.py",
"--",
"base_model=thebloke/zephyr-7b-beta-gguf",
"--",
"prompt_type=zephyr",
"--",
"max_seq_len=4096",
"``",
"`",
"next",
",",
"go",
... | [
[
"pip",
"install",
"-r",
"reqs_optional/requirements_optional_langchain.gpllike.txt",
"python",
"generate.py",
"--",
"base_model=thebloke/zephyr-7b-beta-gguf",
"--",
"prompt_type=zephyr",
"--",
"max_seq_len=4096",
"``",
"`",
"next",
",",
"go",
... | pip install -r reqs_optional/requirements_optional_langchain.gpllike.txt
python generate.py --base_model=TheBloke/zephyr-7B-beta-GGUF --prompt_type=zephyr --max_seq_len=4096
```
Next, go to your browser by visiting [http://127.0.0.1:7860](http://127.0.0.1:7860) or [http://localhost:7860](http://localhost:7860). ... | https://github.com/h2oai/h2ogpt | 0 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"window",
"10/11",
"64-bit",
"full",
"document",
"q/a",
"capability",
"*",
"one-click",
"installer",
"*",
"cpu",
"gpu",
":",
"download",
"[",
"h2ogpt",
"window",
"installer",
"]",
"(",
"http",
":",
"//h2o-release.s3.am... | [
[
"window",
"10/11",
"64-bit",
"full",
"document",
"q/a",
"capability",
"*",
"one-click",
"installer",
"*",
"cpu",
"gpu",
":",
"download",
"[",
"h2ogpt",
"window",
"installer",
"]",
"(",
"http",
":",
"//h2o-release.s3.am... | Windows 10/11 64-bit with full document Q/A capability
* One-Click Installer
* CPU or GPU: Download [h2oGPT Windows Installer](https://h2o-release.s3.amazonaws.com/h2ogpt/Jan2024/h2oGPT_0.0.1.exe) (1.3GB file)
* Once installed, feel free to change start directory for icon from `%HOMEDRIVE%\%HOMEPATH%` to (e... | https://github.com/h2oai/h2ogpt | 0 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"linux",
"(",
"cpu/cuda",
")",
"full",
"document",
"q/a",
"capability",
"*",
"[",
"docker",
"build",
"run",
"doc",
"]",
"(",
"docs/readme_docker.md",
")",
"*",
"[",
"linux",
"manual",
"install",
"run",
"doc",
"... | [
[
"linux",
"(",
"cpu/cuda",
")",
"full",
"document",
"q/a",
"capability",
"*",
"[",
"docker",
"build",
"run",
"doc",
"]",
"(",
"docs/readme_docker.md",
")",
"*",
"[",
"linux",
"manual",
"install",
"run",
"doc",
"... | Linux (CPU/CUDA) with full document Q/A capability
* [Docker Build and Run Docs](docs/README_DOCKER.md)
* [Linux Manual Install and Run Docs](docs/README_LINUX.md)
---
| https://github.com/h2oai/h2ogpt | -1 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"macos",
"(",
"cpu/m1/m2",
")",
"full",
"document",
"q/a",
"capability",
"*",
"one-click",
"installers",
"(",
"experimental",
"subject",
"change",
")",
"nov",
"08",
",",
"2023",
"-",
"[",
"h2ogpt-osx-m1-cpu",
"]",
... | [
[
"macos",
"(",
"cpu/m1/m2",
")",
"full",
"document",
"q/a",
"capability",
"*",
"one-click",
"installers",
"(",
"experimental",
"subject",
"change",
")",
"nov",
"08",
",",
"2023",
"-",
"[",
"h2ogpt-osx-m1-cpu",
"]",
... | macOS (CPU/M1/M2) with full document Q/A capability
* One-click Installers (Experimental and subject to changes)
Nov 08, 2023
- [h2ogpt-osx-m1-cpu](https://h2o-release.s3.amazonaws.com/h2ogpt/Nov2023/h2ogpt-osx-m1-cpu)
- [h2ogpt-osx-m1-gpu](https://h2o-release.s3.amazonaws.com/h2ogpt/Nov2023/h2ogpt-osx-m1-gpu)
... | https://github.com/h2oai/h2ogpt | -1 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"doc",
"guide",
"<",
"!",
"--",
"cat",
"readme.md",
"|",
"./gh-md-toc",
"-",
"help",
"heavily",
"processed",
"--",
">",
"*",
"[",
"get",
"started",
"]",
"(",
"#",
"get-started",
")",
"*",
"[",
"linux",
... | [
[
"doc",
"guide",
"<",
"!",
"--",
"cat",
"readme.md",
"|",
"./gh-md-toc",
"-",
"help",
"heavily",
"processed",
"--",
">",
"*",
"[",
"get",
"started",
"]",
"(",
"#",
"get-started",
")",
"*",
"[",
"linux",
... | Docs Guide
<!-- cat README.md | ./gh-md-toc - But Help is heavily processed -->
* [Get Started](#get-started)
* [Linux (CPU or CUDA)](docs/README_LINUX.md)
* [macOS (CPU or M1/M2)](docs/README_MACOS.md)
* [Windows 10/11 (CPU or CUDA)](docs/README_WINDOWS.md)
* [GPU (CUDA, AutoGPTQ, exllama) Running Detai... | https://github.com/h2oai/h2ogpt | -1 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"experimental",
"feature",
"part",
"normal",
"installation",
"instruction",
"experimental",
".",
"*",
"[",
"agent",
"]",
"(",
"docs/readme_agents.md",
")",
"--",
"alpha",
"testing",
".",
"optimal",
"openai",
",",
"also",
... | [
[
"experimental",
"feature",
"part",
"normal",
"installation",
"instruction",
"experimental",
".",
"*",
"[",
"agent",
"]",
"(",
"docs/readme_agents.md",
")",
"--",
"alpha",
"testing",
".",
"optimal",
"openai",
",",
"also",
... | Experimental features
These are not part of normal installation instructions and are experimental.
* [Agents](docs/README_Agents.md) -- in Alpha testing. Optimal for OpenAI, but that also fails sometimes.
| https://github.com/h2oai/h2ogpt | -1 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"development",
"-",
"create",
"development",
"environment",
"training",
"generation",
",",
"follow",
"[",
"installation",
"instruction",
"]",
"(",
"docs/install.md",
")",
".",
"-",
"fine-tune",
"llm",
"model",
"data",
",",... | [
[
"development",
"-",
"create",
"development",
"environment",
"training",
"generation",
",",
"follow",
"[",
"installation",
"instruction",
"]",
"(",
"docs/install.md",
")",
".",
"-",
"fine-tune",
"llm",
"model",
"data",
",",... | Development
- To create a development environment for training and generation, follow the [installation instructions](docs/INSTALL.md).
- To fine-tune any LLM models on your data, follow the [fine-tuning instructions](docs/FINETUNE.md).
- To run h2oGPT tests:
```bash
pip install requirements-parser pytest-inst... | https://github.com/h2oai/h2ogpt | 0 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/h2oai/h2ogpt/main/README.md | [
[
"client",
"test",
"make",
"-c",
"client",
"setup",
"make",
"-c",
"client",
"build",
"pytest",
"--",
"instafail",
"-s",
"-v",
"client/tests"
],
[
"client test make -c client setup make -c client build pytest -- instafail -s -v client/tests"
... | [
[
"client",
"test",
"make",
"-c",
"client",
"setup",
"make",
"-c",
"client",
"build",
"pytest",
"--",
"instafail",
"-s",
"-v",
"client/tests"
],
[
"client test make -c client setup make -c client build pytest -- instafail -s -v client/tests"
... | for client tests
make -C client setup
make -C client build
pytest --instafail -s -v client/tests
| https://github.com/h2oai/h2ogpt | -1 | [
"ai",
"chatgpt",
"embeddings",
"generative",
"gpt",
"gpt4all",
"llama2",
"llm",
"mixtral",
"pdf",
"private",
"privategpt",
"vectorstore"
] |
https://raw.githubusercontent.com/ShishirPatil/gorilla/main/README.md | [
[
"gorilla",
":",
"large",
"language",
"model",
"connected",
"massive",
"apis",
"[",
"[",
"project",
"website",
"]",
"(",
"http",
":",
"//shishirpatil.github.io/gorilla/",
")",
"]",
"<",
"img",
"src=",
"''",
"http",
... | [
[
"gorilla",
":",
"large",
"language",
"model",
"connected",
"massive",
"apis",
"[",
"[",
"project",
"website",
"]",
"(",
"http",
":",
"//shishirpatil.github.io/gorilla/",
")",
"]",
"<",
"img",
"src=",
"''",
"http",
... | Gorilla: Large Language Model Connected with Massive APIs [[Project Website](https://shishirpatil.github.io/gorilla/)]
<img src="https://github.com/ShishirPatil/gorilla/blob/gh-pages/assets/img/logo.png" width=50% height=50%>
**:fire: Gorilla OpenFunctions** is a drop-in alternative for function calling! [Release Bl... | https://github.com/ShishirPatil/gorilla | 0 | [
"api",
"api-documentation",
"chatgpt",
"claude-api",
"gpt-4-api",
"llm",
"openai-api",
"openai-functions"
] |
https://raw.githubusercontent.com/ShishirPatil/gorilla/main/README.md | [
[
"repository",
"organization",
"repository",
"organization",
"shown",
".",
"-",
"`",
"data",
"`",
"folder",
"contains",
"evaluation",
"apis",
"`",
"(",
"apibench",
")",
"`",
"community",
"contributed",
"apis",
".",
"-",... | [
[
"repository",
"organization",
"repository",
"organization",
"shown",
".",
"-",
"`",
"data",
"`",
"folder",
"contains",
"evaluation",
"apis",
"`",
"(",
"apibench",
")",
"`",
"community",
"contributed",
"apis",
".",
"-",... | Repository Organization
Our repository organization is shown below.
- The `data` folder contains all the evaluation APIs `(APIBench)` and the community contributed APIs.
- The `eval` folder contains all our evaluation code as well as the Gorilla outputs.
- The `inference` folder contains all the inference code... | https://github.com/ShishirPatil/gorilla | -1 | [
"api",
"api-documentation",
"chatgpt",
"claude-api",
"gpt-4-api",
"llm",
"openai-api",
"openai-functions"
] |
https://raw.githubusercontent.com/ShishirPatil/gorilla/main/README.md | [
[
"contributing",
"api",
"aim",
"build",
"open-source",
",",
"one-stop-shop",
"apis",
",",
"llm",
"interact",
"!",
"suggestion",
"contribution",
"welcome",
"!",
"please",
"see",
"detail",
"[",
"contribute",
"]",
"(",
"ht... | [
[
"contributing",
"api",
"aim",
"build",
"open-source",
",",
"one-stop-shop",
"apis",
",",
"llm",
"interact",
"!",
"suggestion",
"contribution",
"welcome",
"!",
"please",
"see",
"detail",
"[",
"contribute",
"]",
"(",
"ht... | Contributing Your API
We aim to build an open-source, one-stop-shop for all APIs, LLMs can interact with! Any suggestions and contributions are welcome! Please see the details on [how to contribute](https://github.com/ShishirPatil/gorilla/tree/main/data/README.md). THIS WILL ALWAYS REMAIN OPEN SOURCE.
| https://github.com/ShishirPatil/gorilla | -1 | [
"api",
"api-documentation",
"chatgpt",
"claude-api",
"gpt-4-api",
"llm",
"openai-api",
"openai-functions"
] |
https://raw.githubusercontent.com/ShishirPatil/gorilla/main/README.md | [
[
"faq",
"(",
")",
"1",
".",
"would",
"like",
"use",
"gorilla",
"commercially",
".",
"going",
"apache",
"2.0",
"licensed",
"version",
"?",
"yes",
"!",
"model",
"use",
"commercially",
"without",
"obligation",
".",
... | [
[
"faq",
"(",
")",
"1",
".",
"would",
"like",
"use",
"gorilla",
"commercially",
".",
"going",
"apache",
"2.0",
"licensed",
"version",
"?",
"yes",
"!",
"model",
"use",
"commercially",
"without",
"obligation",
".",
... | FAQ(s)
1. I would like to use Gorilla commercially. Is there going to be a Apache 2.0 licensed version?
Yes! We now have models that you can use commercially without any obligations.
2. Can we use Gorilla with Langchain, Toolformer, AutoGPT etc?
Absolutely! You've highlighted a great aspect of our tools. Gorilla i... | https://github.com/ShishirPatil/gorilla | -1 | [
"api",
"api-documentation",
"chatgpt",
"claude-api",
"gpt-4-api",
"llm",
"openai-api",
"openai-functions"
] |
https://raw.githubusercontent.com/QwenLM/Qwen/main/README.md | [
[
"quickstart",
",",
"provide",
"simple",
"example",
"show",
"use",
"qwen-chat",
"🤖",
"modelscope",
"🤗",
"transformer",
".",
"use",
"pre-built",
"docker",
"image",
"skip",
"environment",
"setup",
"step",
",",
"see",
"s... | [
[
"quickstart",
",",
"provide",
"simple",
"example",
"show",
"use",
"qwen-chat",
"🤖",
"modelscope",
"🤗",
"transformer",
".",
"use",
"pre-built",
"docker",
"image",
"skip",
"environment",
"setup",
"step",
",",
"see",
"s... | Quickstart
Below, we provide simple examples to show how to use Qwen-Chat with 🤖 ModelScope and 🤗 Transformers.
You can use our pre-built docker images to skip most of the environment setup steps, see Section ["Using Pre-built Docker Images"](#-docker) for more details.
If not using docker, please make sure you h... | https://github.com/QwenLM/Qwen | 0 | [
"chinese",
"flash-attention",
"large-language-models",
"llm",
"natural-language-processing",
"pretrained-models"
] |
https://raw.githubusercontent.com/QwenLM/Qwen/main/README.md | [
[
"optional",
".",
"installing",
"might",
"slow",
"."
],
[
"optional .",
"installing might slow ."
]
] | [
[
"optional",
".",
"installing",
"might",
"slow",
"."
],
[
"optional .",
"installing might slow ."
]
] | Below are optional. Installing them might be slow.
| https://github.com/QwenLM/Qwen | -1 | [
"chinese",
"flash-attention",
"large-language-models",
"llm",
"natural-language-processing",
"pretrained-models"
] |
https://raw.githubusercontent.com/QwenLM/Qwen/main/README.md | [
[
"pip",
"install",
"csrc/layer_norm"
],
[
"pip install csrc/layer_norm"
]
] | [
[
"pip",
"install",
"csrc/layer_norm"
],
[
"pip install csrc/layer_norm"
]
] | pip install csrc/layer_norm
| https://github.com/QwenLM/Qwen | 0 | [
"chinese",
"flash-attention",
"large-language-models",
"llm",
"natural-language-processing",
"pretrained-models"
] |
https://raw.githubusercontent.com/QwenLM/Qwen/main/README.md | [
[
"pip",
"install",
"csrc/rotary",
"``",
"`",
"start",
"modelscope",
"transformer",
"."
],
[
"pip install csrc/rotary `` ` start modelscope transformer ."
]
] | [
[
"pip",
"install",
"csrc/rotary",
"``",
"`",
"start",
"modelscope",
"transformer",
"."
],
[
"pip install csrc/rotary `` ` start modelscope transformer ."
]
] | pip install csrc/rotary
```
Now you can start with ModelScope or Transformers.
| https://github.com/QwenLM/Qwen | 0 | [
"chinese",
"flash-attention",
"large-language-models",
"llm",
"natural-language-processing",
"pretrained-models"
] |
https://raw.githubusercontent.com/QwenLM/Qwen/main/README.md | [
[
"dashscope",
"simple",
"way",
"use",
"qwen",
"apis",
"dashscope",
"api",
"service",
"alibaba",
"cloud",
".",
"give",
"introduction",
"usage",
".",
"additionally",
",",
"provide",
"script",
"deploy",
"openai-style",
"api",
... | [
[
"dashscope",
"simple",
"way",
"use",
"qwen",
"apis",
"dashscope",
"api",
"service",
"alibaba",
"cloud",
".",
"give",
"introduction",
"usage",
".",
"additionally",
",",
"provide",
"script",
"deploy",
"openai-style",
"api",
... | DashScope
The most simple way to use Qwen through APIs is DashScope API service through Alibaba Cloud. We give an introduction to the usage. Additionally, we provide a script for you to deploy an OpenAI-style API on your own servers.
DashScope is the large language model API service provided by Alibaba Cloud, which no... | https://github.com/QwenLM/Qwen | 0 | [
"chinese",
"flash-attention",
"large-language-models",
"llm",
"natural-language-processing",
"pretrained-models"
] |
https://raw.githubusercontent.com/QwenLM/Qwen/main/README.md | [
[
"gptq",
"provide",
"solution",
"based",
"[",
"autogptq",
"]",
"(",
"http",
":",
"//github.com/panqiwei/autogptq",
")",
",",
"release",
"int4",
"int8",
"quantized",
"model",
",",
"achieve",
"nearly",
"lossless",
"model",
... | [
[
"gptq",
"provide",
"solution",
"based",
"[",
"autogptq",
"]",
"(",
"http",
":",
"//github.com/panqiwei/autogptq",
")",
",",
"release",
"int4",
"int8",
"quantized",
"model",
",",
"achieve",
"nearly",
"lossless",
"model",
... | GPTQ
We provide a solution based on [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ), and release the Int4 and Int8 quantized models, which achieve nearly lossless model effects but improved performance on both memory costs and inference speed.
Here we demonstrate how to use our provided quantized models for inferenc... | https://github.com/QwenLM/Qwen | 0 | [
"chinese",
"flash-attention",
"large-language-models",
"llm",
"natural-language-processing",
"pretrained-models"
] |
https://raw.githubusercontent.com/QwenLM/Qwen/main/README.md | [
[
"usage",
"provide",
"official",
"training",
"script",
",",
"`",
"finetune.py",
"`",
",",
"user",
"finetune",
"pretrained",
"model",
"downstream",
"application",
"simple",
"fashion",
".",
"additionally",
",",
"provide",
"sh... | [
[
"usage",
"provide",
"official",
"training",
"script",
",",
"`",
"finetune.py",
"`",
",",
"user",
"finetune",
"pretrained",
"model",
"downstream",
"application",
"simple",
"fashion",
".",
"additionally",
",",
"provide",
"sh... | Usage
Now we provide the official training script, `finetune.py`, for users to finetune the pretrained model for downstream applications in a simple fashion. Additionally, we provide shell scripts to launch finetuning with no worries. This script supports the training with [DeepSpeed](https://github.com/microsoft/DeepS... | https://github.com/QwenLM/Qwen | 0 | [
"chinese",
"flash-attention",
"large-language-models",
"llm",
"natural-language-processing",
"pretrained-models"
] |
https://raw.githubusercontent.com/QwenLM/Qwen/main/README.md | [
[
"distributed",
"training",
".",
"provide",
"single-gpu",
"training",
"script",
"insufficient",
"gpu",
"memory",
"break",
"training",
".",
"bash",
"finetune/finetune_ds.sh",
"``",
"`",
"remember",
"specify",
"correct",
"model",
... | [
[
"distributed",
"training",
".",
"provide",
"single-gpu",
"training",
"script",
"insufficient",
"gpu",
"memory",
"break",
"training",
".",
"bash",
"finetune/finetune_ds.sh",
"``",
"`",
"remember",
"specify",
"correct",
"model",
... | Distributed training. We do not provide single-GPU training script as the insufficient GPU memory will break down the training.
bash finetune/finetune_ds.sh
```
Remember to specify the correct model name or path, the data path, as well as the output directory in the shell scripts. Another thing to notice is that we us... | https://github.com/QwenLM/Qwen | -1 | [
"chinese",
"flash-attention",
"large-language-models",
"llm",
"natural-language-processing",
"pretrained-models"
] |
https://raw.githubusercontent.com/QwenLM/Qwen/main/README.md | [
[
"distributed",
"training",
"bash",
"finetune/finetune_lora_ds.sh",
"``",
"`",
"comparison",
"full-parameter",
"finetuning",
",",
"lora",
"(",
"[",
"paper",
"]",
"(",
"http",
":",
"//arxiv.org/abs/2106.09685",
")",
")",
"update... | [
[
"distributed",
"training",
"bash",
"finetune/finetune_lora_ds.sh",
"``",
"`",
"comparison",
"full-parameter",
"finetuning",
",",
"lora",
"(",
"[",
"paper",
"]",
"(",
"http",
":",
"//arxiv.org/abs/2106.09685",
")",
")",
"update... | Distributed training
bash finetune/finetune_lora_ds.sh
```
In comparison with full-parameter finetuning, LoRA ([paper](https://arxiv.org/abs/2106.09685)) only updates the parameters of adapter layers but keeps the original large language model layers frozen. This allows much fewer memory costs and thus fewer computati... | https://github.com/QwenLM/Qwen | -1 | [
"chinese",
"flash-attention",
"large-language-models",
"llm",
"natural-language-processing",
"pretrained-models"
] |
https://raw.githubusercontent.com/QwenLM/Qwen/main/README.md | [
[
"quantize",
"fine-tuned",
"model",
"section",
"applies",
"full-parameter/lora",
"fine-tuned",
"model",
".",
"(",
"note",
":",
"need",
"quantize",
"q-lora",
"fine-tuned",
"model",
"already",
"quantized",
".",
")",
"use",
"l... | [
[
"quantize",
"fine-tuned",
"model",
"section",
"applies",
"full-parameter/lora",
"fine-tuned",
"model",
".",
"(",
"note",
":",
"need",
"quantize",
"q-lora",
"fine-tuned",
"model",
"already",
"quantized",
".",
")",
"use",
"l... | Quantize Fine-tuned Models
This section applies to full-parameter/LoRA fine-tuned models. (Note: You do not need to quantize the Q-LoRA fine-tuned model because it is already quantized.)
If you use LoRA, please follow the above instructions to merge your model before quantization.
We recommend using [auto_gptq](http... | https://github.com/QwenLM/Qwen | 0 | [
"chinese",
"flash-attention",
"large-language-models",
"llm",
"natural-language-processing",
"pretrained-models"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.