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/QwenLM/Qwen/main/README.md
[ [ "profiling", "memory", "speed", "profile", "gpu", "memory", "training", "speed", "lora", "(", "lora", "(", "emb", ")", "refers", "training", "embedding", "output", "layer", ",", "lora", "trainable", "embedding", "outpu...
[ [ "profiling", "memory", "speed", "profile", "gpu", "memory", "training", "speed", "lora", "(", "lora", "(", "emb", ")", "refers", "training", "embedding", "output", "layer", ",", "lora", "trainable", "embedding", "outpu...
Profiling of Memory and Speed We profile the GPU memory and training speed of both LoRA (LoRA (emb) refers to training the embedding and output layer, while LoRA has no trainable embedding and output layer) and Q-LoRA in the setup of single-GPU training. In this test, we experiment on a single A100-SXM4-80G GPU, and we...
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
[ [ "vllm", "deployment", "fast", "inference", ",", "suggest", "using", "vllm", ".", "use", "cuda", "12.1", "pytorch", "2.1", ",", "directly", "use", "following", "command", "install", "vllm", ".", "``", "`", "bash" ...
[ [ "vllm", "deployment", "fast", "inference", ",", "suggest", "using", "vllm", ".", "use", "cuda", "12.1", "pytorch", "2.1", ",", "directly", "use", "following", "command", "install", "vllm", ".", "``", "`", "bash" ...
vLLM For deployment and fast inference, we suggest using vLLM. If you use cuda 12.1 and pytorch 2.1, you can directly use the following command to install vLLM. ```bash
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", "vllm" ], [ "pip install vllm" ] ]
[ [ "pip", "install", "vllm" ], [ "pip install vllm" ] ]
pip install vllm
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
[ [ "line", "support", "int4", "quantization", "(", "int8", "supported", "soon", ")", ".", "installation", "slower", "(", "~10", "minute", ")", ".", "git", "clone", "http", ":", "//github.com/qwenlm/vllm-gptq", "cd", "vllm...
[ [ "line", "support", "int4", "quantization", "(", "int8", "supported", "soon", ")", ".", "installation", "slower", "(", "~10", "minute", ")", ".", "git", "clone", "http", ":", "//github.com/qwenlm/vllm-gptq", "cd", "vllm...
The below lines support int4 quantization (int8 will be supported soon). The installation are slower (~10 minutes). git clone https://github.com/QwenLM/vllm-gptq cd vllm-gptq pip install -e . ``` Otherwise, please refer to the official vLLM [Installation Instructions](https://docs.vllm.ai/en/latest/getting_started/ins...
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
[ [ "vllm", "+", "web", "demo", "/", "openai-like", "api", "use", "fastchat", "lauch", "web", "demo", "openai", "api", "server", ".", "first", ",", "install", "fastchat", ":", "``", "`", "bash", "pip", "install", ...
[ [ "vllm", "+", "web", "demo", "/", "openai-like", "api", "use", "fastchat", "lauch", "web", "demo", "openai", "api", "server", ".", "first", ",", "install", "fastchat", ":", "``", "`", "bash", "pip", "install", ...
vLLM + Web Demo / OpenAI-like API You can use FastChat to lauch a web demo or an OpenAI API server. First, install FastChat: ```bash pip install "fschat[model_worker,webui]" ``` To run Qwen with vLLM and FastChat, you need launch a controller by: ```bash python -m fastchat.serve.controller ``` Then you can launch t...
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
[ [ "web", "ui", "provide", "code", "user", "build", "web", "ui", "demo", "(", "thanks", "@", "wysaid", ")", ".", "start", ",", "make", "sure", "install", "following", "package", ":", "``", "`", "pip", "install...
[ [ "web", "ui", "provide", "code", "user", "build", "web", "ui", "demo", "(", "thanks", "@", "wysaid", ")", ".", "start", ",", "make", "sure", "install", "following", "package", ":", "``", "`", "pip", "install...
Web UI We provide code for users to build a web UI demo (thanks to @wysaid). Before you start, make sure you install the following packages: ``` pip install -r requirements_web_demo.txt ``` Then run the command below and click on the generated link: ```bash python web_demo.py ``` <p align="center"> <br> <i...
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
[ [ "api", "provide", "method", "deploy", "local", "api", "based", "openai", "api", "(", "thanks", "@", "hanpenggit", ")", ".", "start", ",", "install", "required", "package", ":", "``", "`", "bash", "pip", "instal...
[ [ "api", "provide", "method", "deploy", "local", "api", "based", "openai", "api", "(", "thanks", "@", "hanpenggit", ")", ".", "start", ",", "install", "required", "package", ":", "``", "`", "bash", "pip", "instal...
API We provide methods to deploy local API based on OpenAI API (thanks to @hanpenggit). Before you start, install the required packages: ```bash pip install fastapi uvicorn "openai<1.0" pydantic sse_starlette ``` Then run the command to deploy your API: ```bash python openai_api.py ``` You can change your argument...
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
[ [ "🐳", "docker", "simplify", "deployment", "process", ",", "provide", "docker", "image", "pre-built", "environment", ":", "[", "qwenllm/qwen", "]", "(", "http", ":", "//hub.docker.com/r/qwenllm/qwen", ")", ".", "need", "ins...
[ [ "🐳", "docker", "simplify", "deployment", "process", ",", "provide", "docker", "image", "pre-built", "environment", ":", "[", "qwenllm/qwen", "]", "(", "http", ":", "//hub.docker.com/r/qwenllm/qwen", ")", ".", "need", "ins...
🐳 Docker To simplify the deployment process, we provide docker images with pre-built environments: [qwenllm/qwen](https://hub.docker.com/r/qwenllm/qwen). You only need to install the driver and download model files to launch demos, deploy OpenAI API, and finetune the model.
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
[ [ "preparation", "1", ".", "install", "correct", "version", "nvidia", "driver", "depending", "image", "use", ":", "-", "`", "qwenllm/qwen", ":", "cu117", "`", "(", "*", "*", "recommend", "*", "*", ")", ":", "...
[ [ "preparation", "1", ".", "install", "correct", "version", "nvidia", "driver", "depending", "image", "use", ":", "-", "`", "qwenllm/qwen", ":", "cu117", "`", "(", "*", "*", "recommend", "*", "*", ")", ":", "...
Preparation 1. Install the correct version of Nvidia driver depending on the image to use: - `qwenllm/qwen:cu117` (**recommend**): `>= 515.48.07` - `qwenllm/qwen:cu114` (w/o flash-attention): `>= 470.82.01` - `qwenllm/qwen:cu121`: `>= 530.30.02` - `qwenllm/qwen:latest`: same as `qwenllm/qwen:cu117` 2. Install...
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
[ [ "test", "docker", "correctly", "installed", "sudo", "docker", "run", "hello-world" ], [ "test docker correctly installed sudo docker run hello-world" ] ]
[ [ "test", "docker", "correctly", "installed", "sudo", "docker", "run", "hello-world" ], [ "test docker correctly installed sudo docker run hello-world" ] ]
test if docker is correctly installed sudo docker run hello-world
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
[ [ "test", "nvidia-container-toolkit", "correctly", "installed", "sudo", "docker", "run", "--", "rm", "--", "runtime=nvidia", "--", "gpus", "ubuntu", "nvidia-smi", "``", "`", "3", ".", "download", "model", "checkpoint", "code...
[ [ "test", "nvidia-container-toolkit", "correctly", "installed", "sudo", "docker", "run", "--", "rm", "--", "runtime=nvidia", "--", "gpus", "ubuntu", "nvidia-smi", "``", "`", "3", ".", "download", "model", "checkpoint", "code...
test if nvidia-container-toolkit is correctly installed sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi ``` 3. Download model checkpoints and codes to your environment (see [here](#DownloadModel)).
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
[ [ "deployment", "use", "qwen-7b-chat", "example", ".", "launching", "web", "demo", "api", ",", "setup", "configuration", "shown", ":", "``", "`", "bash", "image_name=qwenllm/qwen", ":", "cu117", "port=8901", "checkpoint_path=/pa...
[ [ "deployment", "use", "qwen-7b-chat", "example", ".", "launching", "web", "demo", "api", ",", "setup", "configuration", "shown", ":", "``", "`", "bash", "image_name=qwenllm/qwen", ":", "cu117", "port=8901", "checkpoint_path=/pa...
Deployment Here we use Qwen-7B-Chat as an example. Before launching a web demo or API, you can setup the configuration as shown below: ```bash IMAGE_NAME=qwenllm/qwen:cu117 PORT=8901 CHECKPOINT_PATH=/path/to/Qwen-7B-Chat
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
[ [ "finetuning", "method", "finetuning", "using", "pre-built", "docker", "image", "basically", "[", "chapter", "]", "(", "#", "finetuning", ")", "(", "already", "installed", "dependency", "image", ")", ":", "following", "...
[ [ "finetuning", "method", "finetuning", "using", "pre-built", "docker", "image", "basically", "[", "chapter", "]", "(", "#", "finetuning", ")", "(", "already", "installed", "dependency", "image", ")", ":", "following", "...
Finetuning The method of finetuning using the pre-built Docker image is basically the same as [the above chapter](#Finetuning) (we have already installed dependencies in the image): The following is an example of single-GPU LoRA: ```bash IMAGE_NAME=qwenllm/qwen:cu117 CHECKPOINT_PATH=/path/to/Qwen-7B
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
[ [ "tool", "usage", "qwen-chat", "optimized", "tool", "usage", "function", "calling", "capability", ".", "user", "develop", "agent", ",", "langchain", "application", ",", "even", "augment", "qwen", "python", "code", "interpre...
[ [ "tool", "usage", "qwen-chat", "optimized", "tool", "usage", "function", "calling", "capability", ".", "user", "develop", "agent", ",", "langchain", "application", ",", "even", "augment", "qwen", "python", "code", "interpre...
Tool Usage Qwen-Chat has been optimized for tool usage and function calling capabilities. Users can develop agents, LangChain applications, and even augment Qwen with a Python Code Interpreter. We provide documentation on how to implement tool calls based on the principle of ReAct Prompting, please refer to [the ReAc...
https://github.com/QwenLM/Qwen
-1
[ "chinese", "flash-attention", "large-language-models", "llm", "natural-language-processing", "pretrained-models" ]
https://raw.githubusercontent.com/rasbt/LLMs-from-scratch/main/README.md
[ [ "table", "content", "please", "note", "`", "readme.md", "`", "file", "markdown", "(", "`", ".md", "`", ")", "file", ".", "downloaded", "code", "bundle", "manning", "website", "viewing", "local", "computer", ",", ...
[ [ "table", "content", "please", "note", "`", "readme.md", "`", "file", "markdown", "(", "`", ".md", "`", ")", "file", ".", "downloaded", "code", "bundle", "manning", "website", "viewing", "local", "computer", ",", ...
Table of Contents Please note that the `Readme.md` file is a Markdown (`.md`) file. If you have downloaded this code bundle from the Manning website and are viewing it on your local computer, I recommend using a Markdown editor or previewer for proper viewing. If you haven't installed a Markdown editor yet, [MarkText]...
https://github.com/rasbt/LLMs-from-scratch
-1
[ "chatgpt", "gpt", "large-language-models", "llm", "python", "pytorch" ]
https://raw.githubusercontent.com/mlc-ai/web-llm/main/README.md
[ [ "customized", "model", "weight", "webllm", "work", "companion", "project", "[", "mlc", "llm", "]", "(", "http", ":", "//github.com/mlc-ai/mlc-llm", ")", ".", "reuses", "model", "artifact", "build", "flow", "mlc", "llm"...
[ [ "customized", "model", "weight", "webllm", "work", "companion", "project", "[", "mlc", "llm", "]", "(", "http", ":", "//github.com/mlc-ai/mlc-llm", ")", ".", "reuses", "model", "artifact", "build", "flow", "mlc", "llm"...
Customized Model Weights WebLLM works as a companion project of [MLC LLM](https://github.com/mlc-ai/mlc-llm). It reuses the model artifact and builds flow of MLC LLM, please check out [MLC LLM document](https://llm.mlc.ai/docs/deploy/javascript.html) on how to add new model weights and libraries to WebLLM. Here, we g...
https://github.com/mlc-ai/web-llm
-1
[ "chatgpt", "deep-learning", "language-model", "llm", "tvm", "webgpu", "webml" ]
https://raw.githubusercontent.com/mlc-ai/web-llm/main/README.md
[ [ "build", "webllm", "package", "source", "note", ":", "n't", "need", "build", "unless", "would", "like", "change", "webllm", "package", ",", "follow", "[", "use", "webllm", "]", "(", "#", "use-web-llm-package", ")",...
[ [ "build", "webllm", "package", "source", "note", ":", "n't", "need", "build", "unless", "would", "like", "change", "webllm", "package", ",", "follow", "[", "use", "webllm", "]", "(", "#", "use-web-llm-package", ")",...
Build WebLLM Package From Source NOTE: you don't need to build by yourself unless you would like to change the WebLLM package, follow [use WebLLM](#use-web-llm-package) instead. WebLLM package is a web runtime designed for [MLC LLM](https://github.com/mlc-ai/mlc-llm). 1. Install all the prerequisites for compilation...
https://github.com/mlc-ai/web-llm
-1
[ "chatgpt", "deep-learning", "language-model", "llm", "tvm", "webgpu", "webml" ]
https://raw.githubusercontent.com/nebuly-ai/nebuly/main/README.md
[ [ "installation", "easiest", "way", "install", "nebuly", "’", "sdk", "via", "`", "pip", "`", ":", "``", "`", "pip", "install", "nebuly", "``", "`", "installed", ",", "authenticate", "nebuly", "platform", "start", ...
[ [ "installation", "easiest", "way", "install", "nebuly", "’", "sdk", "via", "`", "pip", "`", ":", "``", "`", "pip", "install", "nebuly", "``", "`", "installed", ",", "authenticate", "nebuly", "platform", "start", ...
Installation The easiest way to install Nebuly’s SDK is via `pip`: ``` pip install nebuly ``` Once installed, authenticate to Nebuly platform and start building.
https://github.com/nebuly-ai/nebuly
0
[ "ai", "analytics", "artificial-intelligence", "deeplearning", "large-language-models", "llm" ]
https://raw.githubusercontent.com/LlamaFamily/Llama2-Chinese/main/README.md
[ [ "🍄", "模型量化", "我们对中文微调的模型参数进行了量化,方便以更少的计算资源运行。目前已经在", "[", "hugging", "face", "]", "(", "http", ":", "//huggingface.co/flagalpha", ")", "上传了13b中文微调模型", "[", "flagalpha/llama2-chinese-13b-chat", "]", "(", "http", ":", "//huggingface.co...
[ [ "🍄", "模型量化", "我们对中文微调的模型参数进行了量化,方便以更少的计算资源运行。目前已经在", "[", "hugging", "face", "]", "(", "http", ":", "//huggingface.co/flagalpha", ")", "上传了13b中文微调模型", "[", "flagalpha/llama2-chinese-13b-chat", "]", "(", "http", ":", "//huggingface.co...
🍄 模型量化 我们对中文微调的模型参数进行了量化,方便以更少的计算资源运行。目前已经在[Hugging Face](https://huggingface.co/FlagAlpha)上传了13B中文微调模型[FlagAlpha/Llama2-Chinese-13b-Chat](https://huggingface.co/FlagAlpha/Llama2-Chinese-13b-Chat)的4bit压缩版本[FlagAlpha/Llama2-Chinese-13b-Chat-4bit](https://huggingface.co/FlagAlpha/Llama2-Chinese-13b-Chat-4bit),具体调用方式如下: ...
https://github.com/LlamaFamily/Llama2-Chinese
0
[ "finetune", "llama", "llama2", "llm", "lora", "pretrain" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "docker", "provide", "docker", "container", "help", "start", "running", "openllm", ":", "``", "`", "bash", "docker", "run", "--", "rm", "-it", "-p", "3000:3000", "ghcr.io/bentoml/openllm", "start", "facebook/opt-1.3b", "--...
[ [ "docker", "provide", "docker", "container", "help", "start", "running", "openllm", ":", "``", "`", "bash", "docker", "run", "--", "rm", "-it", "-p", "3000:3000", "ghcr.io/bentoml/openllm", "start", "facebook/opt-1.3b", "--...
Docker We provide a docker container that helps you start running OpenLLM: ```bash docker run --rm -it -p 3000:3000 ghcr.io/bentoml/openllm start facebook/opt-1.3b --backend pt ``` > [!NOTE] > Given you have access to GPUs and have setup [nvidia-docker](https://github.com/NVIDIA/nvidia-container-toolkit), you can a...
https://github.com/bentoml/OpenLLM
1
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "🏃", "get", "started", "following", "provides", "instruction", "get", "started", "openllm", "locally", "." ], [ "🏃 get started following provides instruction get started openllm locally ." ] ]
[ [ "🏃", "get", "started", "following", "provides", "instruction", "get", "started", "openllm", "locally", "." ], [ "🏃 get started following provides instruction get started openllm locally ." ] ]
🏃 Get started The following provides instructions for how to get started with OpenLLM locally.
https://github.com/bentoml/OpenLLM
-1
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "prerequisite", "installed", "python", "3.8", "(", "later", ")", "`", "pip", "`", ".", "highly", "recommend", "using", "[", "virtual", "environment", "]", "(", "http", ":", "//docs.python.org/3/library/venv.html", ")", ...
[ [ "prerequisite", "installed", "python", "3.8", "(", "later", ")", "`", "pip", "`", ".", "highly", "recommend", "using", "[", "virtual", "environment", "]", "(", "http", ":", "//docs.python.org/3/library/venv.html", ")", ...
Prerequisites You have installed Python 3.8 (or later) and `pip`. We highly recommend using a [Virtual Environment](https://docs.python.org/3/library/venv.html) to prevent package conflicts.
https://github.com/bentoml/OpenLLM
-1
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "install", "openllm", "install", "openllm", "using", "`", "pip", "`", "follows", ":", "``", "`", "bash", "pip", "install", "openllm", "``", "`", "verify", "installation", ",", "run", ":", "``", "`", "bash", ...
[ [ "install", "openllm", "install", "openllm", "using", "`", "pip", "`", "follows", ":", "``", "`", "bash", "pip", "install", "openllm", "``", "`", "verify", "installation", ",", "run", ":", "``", "`", "bash", ...
Install OpenLLM Install OpenLLM by using `pip` as follows: ```bash pip install openllm ``` To verify the installation, run: ```bash $ openllm -h Usage: openllm [OPTIONS] COMMAND [ARGS]... ██████╗ ██████╗ ███████╗███╗ ██╗██╗ ██╗ ███╗ ███╗ ██╔═══██╗██╔══██╗██╔════╝████╗ ██║██║ ██║ ████╗ ██...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "🧩", "supported", "model", "openllm", "currently", "support", "following", "model", ".", "default", ",", "openllm", "n't", "include", "dependency", "run", "model", ".", "extra", "model-specific", "dependency", "installed", ...
[ [ "🧩", "supported", "model", "openllm", "currently", "support", "following", "model", ".", "default", ",", "openllm", "n't", "include", "dependency", "run", "model", ".", "extra", "model-specific", "dependency", "installed", ...
🧩 Supported models OpenLLM currently supports the following models. By default, OpenLLM doesn't include dependencies to run all models. The extra model-specific dependencies can be installed with the instructions below. <!-- update-readme.py: start --> <details> <summary>Baichuan</summary>
https://github.com/bentoml/OpenLLM
-1
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "baichuan", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "baichuan", "]", "''", ">", "``", "`", ...
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "baichuan", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "baichuan", "]", "''", ">", "``", "`", ...
Quickstart > **Note:** Baichuan requires to install with: > ```bash > pip install "openllm[baichuan]" > ``` Run the following command to quickly spin up a Baichuan server: ```bash TRUST_REMOTE_CODE=True openllm start baichuan-inc/baichuan-7b ``` In a different terminal, run the following command to interact with ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "chatglm", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "chatglm", "]", "''", ">", "``", "`", ...
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "chatglm", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "chatglm", "]", "''", ">", "``", "`", ...
Quickstart > **Note:** ChatGLM requires to install with: > ```bash > pip install "openllm[chatglm]" > ``` Run the following command to quickly spin up a ChatGLM server: ```bash TRUST_REMOTE_CODE=True openllm start thudm/chatglm-6b ``` In a different terminal, run the following command to interact with the server:...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "falcon", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "falcon", "]", "''", ">", "``", "`", "r...
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "falcon", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "falcon", "]", "''", ">", "``", "`", "r...
Quickstart > **Note:** Falcon requires to install with: > ```bash > pip install "openllm[falcon]" > ``` Run the following command to quickly spin up a Falcon server: ```bash openllm start tiiuae/falcon-7b ``` In a different terminal, run the following command to interact with the server: ```bash export OPENLLM_E...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "mpt", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "mpt", "]", "''", ">", "``", "`", "run", ...
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "mpt", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "mpt", "]", "''", ">", "``", "`", "run", ...
Quickstart > **Note:** MPT requires to install with: > ```bash > pip install "openllm[mpt]" > ``` Run the following command to quickly spin up a MPT server: ```bash TRUST_REMOTE_CODE=True openllm start mosaicml/mpt-7b-instruct ``` In a different terminal, run the following command to interact with the server: ``...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "qwen", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "qwen", "]", "''", ">", "``", "`", "run",...
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "qwen", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "qwen", "]", "''", ">", "``", "`", "run",...
Quickstart > **Note:** Qwen requires to install with: > ```bash > pip install "openllm[qwen]" > ``` Run the following command to quickly spin up a Qwen server: ```bash TRUST_REMOTE_CODE=True openllm start qwen/Qwen-7B-Chat ``` In a different terminal, run the following command to interact with the server: ```bas...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "starcoder", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "starcoder", "]", "''", ">", "``", "`", ...
[ [ "quickstart", ">", "*", "*", "note", ":", "*", "*", "starcoder", "requires", "install", ":", ">", "``", "`", "bash", ">", "pip", "install", "``", "openllm", "[", "starcoder", "]", "''", ">", "``", "`", ...
Quickstart > **Note:** StarCoder requires to install with: > ```bash > pip install "openllm[starcoder]" > ``` Run the following command to quickly spin up a StarCoder server: ```bash openllm start bigcode/starcoder ``` In a different terminal, run the following command to interact with the server: ```bash export...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
[ [ "supported", "backends", "openllm", "support", "vllm", "pytorch", "default", "backend", ".", "default", ",", "use", "vllm", "vllm", "available", ",", "otherwise", "fallback", "pytorch", ".", ">", "*", "*", "important",...
Supported backends OpenLLM will support vLLM and PyTorch as default backend. By default, it will use vLLM if vLLM is available, otherwise fallback to PyTorch. > **Important:** We recommend user to explicitly specify `--backend` to choose the desired backend to run the model. If you have access to a GPU, always use ...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "pytorch", "backend", "pytorch", "backend", ",", "openllm", "support", "`", "int8", "`", ",", "`", "int4", "`", ",", "`", "gptq", "`", ".", "using", "int8", "int4", "quantization", "`", "bitsandbytes", "`", ...
[ [ "pytorch", "backend", "pytorch", "backend", ",", "openllm", "support", "`", "int8", "`", ",", "`", "int4", "`", ",", "`", "gptq", "`", ".", "using", "int8", "int4", "quantization", "`", "bitsandbytes", "`", ...
PyTorch backend With PyTorch backend, OpenLLM supports `int8`, `int4`, and `gptq`. For using int8 and int4 quantization through `bitsandbytes`, you can use the following command: ```bash TRUST_REMOTE_CODE=True openllm start microsoft/phi-2 --quantize int8 ``` To run inference with `gptq`, simply pass `--quantize gp...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "🐍", "python", "sdk", "llm", "instantiated", "`", "openllm.llm", "`", ":", "``", "`", "python", "import", "openllm", "llm", "=", "openllm.llm", "(", "'microsoft/phi-2", "'", ")", "``", "`", "main", "inference", ...
[ [ "🐍", "python", "sdk", "llm", "instantiated", "`", "openllm.llm", "`", ":", "``", "`", "python", "import", "openllm", "llm", "=", "openllm.llm", "(", "'microsoft/phi-2", "'", ")", "``", "`", "main", "inference", ...
🐍 Python SDK Each LLM can be instantiated with `openllm.LLM`: ```python import openllm llm = openllm.LLM('microsoft/phi-2') ``` The main inference API is the streaming `generate_iterator` method: ```python async for generation in llm.generate_iterator('What is the meaning of life?'): print(generation.outputs[0]...
https://github.com/bentoml/OpenLLM
-1
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/bentoml/OpenLLM/main/README.md
[ [ "transformer", "agent", "openllm", "seamlessly", "integrates", "[", "transformer", "agent", "]", "(", "http", ":", "//huggingface.co/docs/transformers/transformers_agents", ")", ".", ">", "[", "!", "warning", "]", ">", "transf...
[ [ "transformer", "agent", "openllm", "seamlessly", "integrates", "[", "transformer", "agent", "]", "(", "http", ":", "//huggingface.co/docs/transformers/transformers_agents", ")", ".", ">", "[", "!", "warning", "]", ">", "transf...
Transformers Agents OpenLLM seamlessly integrates with [Transformers Agents](https://huggingface.co/docs/transformers/transformers_agents). > [!WARNING] > The Transformers Agent is still at an experimental stage. It is > recommended to install OpenLLM with `pip install -r nightly-requirements.txt` > to get the latest...
https://github.com/bentoml/OpenLLM
0
[ "ai", "bentoml", "falcon", "fine-tuning", "llama", "llama2", "llm", "llm-inference", "llm-ops", "llm-serving", "llmops", "mistral", "ml", "mlops", "model-inference", "mpt", "open-source-llm", "openllm", "stablelm", "vicuna" ]
https://raw.githubusercontent.com/cpacker/MemGPT/main/README.md
[ [ "quick", "setup", "join", "<", "href=", "''", "http", ":", "//discord.gg/9geqrxmvye", "''", ">", "discord", "<", "/a", ">", "<", "/strong", ">", "message", "memgpt", "bot", "(", "`", "#", "memgpt", "`", "ch...
[ [ "quick", "setup", "join", "<", "href=", "''", "http", ":", "//discord.gg/9geqrxmvye", "''", ">", "discord", "<", "/a", ">", "<", "/strong", ">", "message", "memgpt", "bot", "(", "`", "#", "memgpt", "`", "ch...
Quick setup Join <a href="https://discord.gg/9GEQrxmVyE">Discord</a></strong> and message the MemGPT bot (in the `#memgpt` channel). Then run the following commands (messaged to "MemGPT Bot"): * `/profile` (to create your profile) * `/key` (to enter your OpenAI key) * `/create` (to create a MemGPT chatbot) Make ...
https://github.com/cpacker/MemGPT
-1
[ "chat", "chatbot", "gpt", "gpt-4", "llm", "llm-agent" ]
https://raw.githubusercontent.com/cpacker/MemGPT/main/README.md
[ [ "running", "memgpt", "locally", "install", "memgpt", ":", "``", "`", "sh", "pip", "install", "-u", "pymemgpt", "``", "`", ",", "run", "memgpt", "start", "chatting", "memgpt", "agent", ":", "``", "`", "sh", ...
[ [ "running", "memgpt", "locally", "install", "memgpt", ":", "``", "`", "sh", "pip", "install", "-u", "pymemgpt", "``", "`", ",", "run", "memgpt", "start", "chatting", "memgpt", "agent", ":", "``", "`", "sh", ...
Running MemGPT locally Install MemGPT: ```sh pip install -U pymemgpt ``` Now, you can run MemGPT and start chatting with a MemGPT agent with: ```sh memgpt run ``` If you're running MemGPT for the first time, you'll see two quickstart options: 1. **OpenAI**: select this if you'd like to run MemGPT with O...
https://github.com/cpacker/MemGPT
0
[ "chat", "chatbot", "gpt", "gpt-4", "llm", "llm-agent" ]
https://raw.githubusercontent.com/cpacker/MemGPT/main/README.md
[ [ "advanced", "setup", "reconfigure", "memgpt", "'s", "default", "setting", "running", ":", "``", "`", "sh", "memgpt", "configure", "``", "`" ], [ "advanced setup reconfigure memgpt 's default setting running : `` ` sh memgpt configure `` `" ...
[ [ "advanced", "setup", "reconfigure", "memgpt", "'s", "default", "setting", "running", ":", "``", "`", "sh", "memgpt", "configure", "``", "`" ], [ "advanced setup reconfigure memgpt 's default setting running : `` ` sh memgpt configure `` `" ...
Advanced setup You can reconfigure MemGPT's default settings by running: ```sh memgpt configure ```
https://github.com/cpacker/MemGPT
-1
[ "chat", "chatbot", "gpt", "gpt-4", "llm", "llm-agent" ]
https://raw.githubusercontent.com/cpacker/MemGPT/main/README.md
[ [ "installing", "source", "install", "memgpt", "source", ",", "start", "cloning", "repo", ":", "``", "`", "sh", "git", "clone", "git", "@", "github.com", ":", "cpacker/memgpt.git", "``", "`", "navigate", "main", "`",...
[ [ "installing", "source", "install", "memgpt", "source", ",", "start", "cloning", "repo", ":", "``", "`", "sh", "git", "clone", "git", "@", "github.com", ":", "cpacker/memgpt.git", "``", "`", "navigate", "main", "`",...
Installing from source To install MemGPT from source, start by cloning the repo: ```sh git clone git@github.com:cpacker/MemGPT.git ``` Then navigate to the main `MemGPT` directory, and do: ```sh pip install -e . ``` Now, you should be able to run `memgpt` from the command-line using the downloaded source c...
https://github.com/cpacker/MemGPT
0
[ "chat", "chatbot", "gpt", "gpt-4", "llm", "llm-agent" ]
https://raw.githubusercontent.com/embedchain/embedchain/main/README.md
[ [ "🔧", "quick", "install" ], [ "🔧 quick install" ] ]
[ [ "🔧", "quick", "install" ], [ "🔧 quick install" ] ]
🔧 Quick install
https://github.com/embedchain/embedchain
-1
[ "ai", "application", "chatbots", "chatgpt", "embeddings", "llm", "python", "rag", "vector-database" ]
https://raw.githubusercontent.com/embedchain/embedchain/main/README.md
[ [ "python", "api", "``", "`", "bash", "pip", "install", "embedchain", "``", "`" ], [ "python api `` ` bash pip install embedchain `` `" ] ]
[ [ "python", "api", "``", "`", "bash", "pip", "install", "embedchain", "``", "`" ], [ "python api `` ` bash pip install embedchain `` `" ] ]
Python API ```bash pip install embedchain ```
https://github.com/embedchain/embedchain
0
[ "ai", "application", "chatbots", "chatgpt", "embeddings", "llm", "python", "rag", "vector-database" ]
https://raw.githubusercontent.com/embedchain/embedchain/main/README.md
[ [ "📖", "documentation", "comprehensive", "guide", "api", "documentation", "available", "help", "get", "embedchain", ":", "-", "[", "introduction", "]", "(", "http", ":", "//docs.embedchain.ai/get-started/introduction", "#", "what-i...
[ [ "📖", "documentation", "comprehensive", "guide", "api", "documentation", "available", "help", "get", "embedchain", ":", "-", "[", "introduction", "]", "(", "http", ":", "//docs.embedchain.ai/get-started/introduction", "#", "what-i...
📖 Documentation Comprehensive guides and API documentation are available to help you get the most out of Embedchain: - [Introduction](https://docs.embedchain.ai/get-started/introduction#what-is-embedchain) - [Getting Started](https://docs.embedchain.ai/get-started/quickstart) - [Examples](https://docs.embedchain.ai/e...
https://github.com/embedchain/embedchain
-1
[ "ai", "application", "chatbots", "chatgpt", "embeddings", "llm", "python", "rag", "vector-database" ]
https://raw.githubusercontent.com/activeloopai/deeplake/main/README.md
[ [ "🚀", "install", "deep", "lake", "deep", "lake", "installed", "using", "pip", ":", "``", "`", "sh", "pip3", "install", "deeplake", "``", "`", "*", "*", "default", ",", "deep", "lake", "install", "dependency", ...
[ [ "🚀", "install", "deep", "lake", "deep", "lake", "installed", "using", "pip", ":", "``", "`", "sh", "pip3", "install", "deeplake", "``", "`", "*", "*", "default", ",", "deep", "lake", "install", "dependency", ...
🚀 How to install Deep Lake Deep Lake can be installed using pip: ```sh pip3 install deeplake ``` **By default, Deep Lake does not install dependencies for audio, video, google-cloud, and other features. Details on all installation options are [available here](https://docs.deeplake.ai/en/latest/Installation.html).**
https://github.com/activeloopai/deeplake
-1
[ "ai", "computer-vision", "cv", "data-science", "data-version-control", "datalake", "datasets", "deep-learning", "image-processing", "langchain", "large-language-models", "llm", "machine-learning", "ml", "mlops", "python", "pytorch", "tensorflow", "vector-database", "vector-sear...
https://raw.githubusercontent.com/activeloopai/deeplake/main/README.md
[ [ "-", "[", "vector", "store", "getting", "started", "guide", "]", "(", "http", ":", "//docs.activeloop.ai/getting-started/vector-store", ")" ], [ "- [ vector store getting started guide ] ( http : //docs.activeloop.ai/getting-started/vector-store )" ] ]
[ [ "-", "[", "vector", "store", "getting", "started", "guide", "]", "(", "http", ":", "//docs.activeloop.ai/getting-started/vector-store", ")" ], [ "- [ vector store getting started guide ] ( http : //docs.activeloop.ai/getting-started/vector-store )" ] ]
- [Vector Store Getting Started Guide](https://docs.activeloop.ai/getting-started/vector-store)
https://github.com/activeloopai/deeplake
-1
[ "ai", "computer-vision", "cv", "data-science", "data-version-control", "datalake", "datasets", "deep-learning", "image-processing", "langchain", "large-language-models", "llm", "machine-learning", "ml", "mlops", "python", "pytorch", "tensorflow", "vector-database", "vector-sear...
https://raw.githubusercontent.com/activeloopai/deeplake/main/README.md
[ [ "-", "[", "deep", "learning", "getting", "started", "guide", "]", "(", "http", ":", "//docs.activeloop.ai/getting-started/deep-learning", ")" ], [ "- [ deep learning getting started guide ] ( http : //docs.activeloop.ai/getting-started/deep-learning )" ...
[ [ "-", "[", "deep", "learning", "getting", "started", "guide", "]", "(", "http", ":", "//docs.activeloop.ai/getting-started/deep-learning", ")" ], [ "- [ deep learning getting started guide ] ( http : //docs.activeloop.ai/getting-started/deep-learning )" ...
- [Deep Learning Getting Started Guide](https://docs.activeloop.ai/getting-started/deep-learning)
https://github.com/activeloopai/deeplake
-1
[ "ai", "computer-vision", "cv", "data-science", "data-version-control", "datalake", "datasets", "deep-learning", "image-processing", "langchain", "large-language-models", "llm", "machine-learning", "ml", "mlops", "python", "pytorch", "tensorflow", "vector-database", "vector-sear...
https://raw.githubusercontent.com/activeloopai/deeplake/main/README.md
[ [ "📚", "documentation", "getting", "started", "guide", ",", "example", ",", "tutorial", ",", "api", "reference", ",", "useful", "information", "found", "[", "documentation", "page", "]", "(", "http", ":", "//docs.active...
[ [ "📚", "documentation", "getting", "started", "guide", ",", "example", ",", "tutorial", ",", "api", "reference", ",", "useful", "information", "found", "[", "documentation", "page", "]", "(", "http", ":", "//docs.active...
📚 Documentation Getting started guides, examples, tutorials, API reference, and other useful information can be found on our [documentation page](http://docs.activeloop.ai/?utm_source=github&utm_medium=repo&utm_campaign=readme).
https://github.com/activeloopai/deeplake
-1
[ "ai", "computer-vision", "cv", "data-science", "data-version-control", "datalake", "datasets", "deep-learning", "image-processing", "langchain", "large-language-models", "llm", "machine-learning", "ml", "mlops", "python", "pytorch", "tensorflow", "vector-database", "vector-sear...
https://raw.githubusercontent.com/activeloopai/deeplake/main/README.md
[ [ "disclaimer", "<", "detail", ">", "<", "summary", ">", "<", "b", ">", "dataset", "license", "<", "/b", ">", "<", "/summary", ">", "deep", "lake", "user", "may", "access", "variety", "publicly", "available", ...
[ [ "disclaimer", "<", "detail", ">", "<", "summary", ">", "<", "b", ">", "dataset", "license", "<", "/b", ">", "<", "/summary", ">", "deep", "lake", "user", "may", "access", "variety", "publicly", "available", ...
Disclaimers <details> <summary><b> Dataset Licenses</b></summary> Deep Lake users may have access to a variety of publicly available datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have a license to use the datasets. It is your responsibility to determ...
https://github.com/activeloopai/deeplake
-1
[ "ai", "computer-vision", "cv", "data-science", "data-version-control", "datalake", "datasets", "deep-learning", "image-processing", "langchain", "large-language-models", "llm", "machine-learning", "ml", "mlops", "python", "pytorch", "tensorflow", "vector-database", "vector-sear...
https://raw.githubusercontent.com/microsoft/TypeChat/main/README.md
[ [ "getting", "started", "install", "typechat", ":", "``", "`", "npm", "install", "typechat", "``", "`", "also", "build", "typechat", "source", ":", "``", "`", "git", "clone", "http", ":", "//github.com/microsoft/typechat...
[ [ "getting", "started", "install", "typechat", ":", "``", "`", "npm", "install", "typechat", "``", "`", "also", "build", "typechat", "source", ":", "``", "`", "git", "clone", "http", ":", "//github.com/microsoft/typechat...
Getting Started Install TypeChat: ``` npm install typechat ``` You can also build TypeChat from source: ``` git clone https://github.com/microsoft/TypeChat cd TypeChat npm run build ``` To see TypeChat in action, we recommend exploring the [TypeChat example projects](./examples). You can try them on your local mac...
https://github.com/microsoft/TypeChat
2
[ "ai", "llm", "natural-language", "types" ]
https://raw.githubusercontent.com/mistralai/mistral-src/main/README.md
[ [ "installation", "``", "`", "pip", "install", "-r", "requirements.txt", "``", "`" ], [ "installation `` ` pip install -r requirements.txt `` `" ] ]
[ [ "installation", "``", "`", "pip", "install", "-r", "requirements.txt", "``", "`" ], [ "installation `` ` pip install -r requirements.txt `` `" ] ]
Installation ``` pip install -r requirements.txt ```
https://github.com/mistralai/mistral-src
0
[ "llm", "llm-inference", "mistralai" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "llama", "2", "fine-tuning", "/", "inference", "recipe", ",", "example", ",", "benchmark", "demo", "apps", "*", "*", "[", "update", "feb.", "5", ",", "2024", "]", "added", "support", "code", "llama", "70b", ...
[ [ "llama", "2", "fine-tuning", "/", "inference", "recipe", ",", "example", ",", "benchmark", "demo", "apps", "*", "*", "[", "update", "feb.", "5", ",", "2024", "]", "added", "support", "code", "llama", "70b", ...
Llama 2 Fine-tuning / Inference Recipes, Examples, Benchmarks and Demo Apps **[Update Feb. 5, 2024] We added support for Code Llama 70B instruct in our example [inference script](./examples/code_llama/code_instruct_example.py). For details on formatting the prompt for Code Llama 70B instruct model please refer to [thi...
https://github.com/facebookresearch/llama-recipes
-1
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "table", "content", "1", ".", "[", "quick", "start", "]", "(", "#", "quick-start", ")", "2", ".", "[", "model", "conversion", "]", "(", "#", "model-conversion-to-hugging-face", ")", "3", ".", "[", "fine-tuning"...
[ [ "table", "content", "1", ".", "[", "quick", "start", "]", "(", "#", "quick-start", ")", "2", ".", "[", "model", "conversion", "]", "(", "#", "model-conversion-to-hugging-face", ")", "3", ".", "[", "fine-tuning"...
Table of Contents 1. [Quick start](#quick-start) 2. [Model Conversion](#model-conversion-to-hugging-face) 3. [Fine-tuning](#fine-tuning) - [Single GPU](#single-gpu) - [Multi GPU One Node](#multiple-gpus-one-node) - [Multi GPU Multi Node](#multi-gpu-multi-node) 4. [Inference](./docs/inference.md) 5. [Demo Ap...
https://github.com/facebookresearch/llama-recipes
-1
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "quick", "start", "[", "llama", "2", "jupyter", "notebook", "]", "(", "./examples/quickstart.ipynb", ")", ":", "jupyter", "notebook", "step", "finetune", "llama", "2", "model", "text", "summarization", "task", "using", ...
[ [ "quick", "start", "[", "llama", "2", "jupyter", "notebook", "]", "(", "./examples/quickstart.ipynb", ")", ":", "jupyter", "notebook", "step", "finetune", "llama", "2", "model", "text", "summarization", "task", "using", ...
Quick Start [Llama 2 Jupyter Notebook](./examples/quickstart.ipynb): This jupyter notebook steps you through how to finetune a Llama 2 model on the text summarization task using the [samsum](https://huggingface.co/datasets/samsum). The notebook uses parameter efficient finetuning (PEFT) and int8 quantization to finetu...
https://github.com/facebookresearch/llama-recipes
-1
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "installation", "llama-recipes", "provides", "pip", "distribution", "easy", "install", "usage", "project", ".", "alternatively", ",", "installed", "source", "." ], [ "installation llama-recipes provides pip distribution easy install usage project...
[ [ "installation", "llama-recipes", "provides", "pip", "distribution", "easy", "install", "usage", "project", ".", "alternatively", ",", "installed", "source", "." ], [ "installation llama-recipes provides pip distribution easy install usage project...
Installation Llama-recipes provides a pip distribution for easy install and usage in other projects. Alternatively, it can be installed from source.
https://github.com/facebookresearch/llama-recipes
2
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "install", "pip", "``", "`", "pip", "install", "--", "extra-index-url", "http", ":", "//download.pytorch.org/whl/test/cu118", "llama-recipes", "``", "`" ], [ "install pip `` ` pip install -- extra-index-url http : //download.pytorch.org/whl/test/cu11...
[ [ "install", "pip", "``", "`", "pip", "install", "--", "extra-index-url", "http", ":", "//download.pytorch.org/whl/test/cu118", "llama-recipes", "``", "`" ], [ "install pip `` ` pip install -- extra-index-url http : //download.pytorch.org/whl/test/cu11...
Install with pip ``` pip install --extra-index-url https://download.pytorch.org/whl/test/cu118 llama-recipes ```
https://github.com/facebookresearch/llama-recipes
0
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "install", "optional", "dependency", "llama-recipes", "offer", "installation", "optional", "package", ".", "three", "optional", "dependency", "group", ".", "run", "unit", "test", "install", "required", "dependency", ":", "``",...
[ [ "install", "optional", "dependency", "llama-recipes", "offer", "installation", "optional", "package", ".", "three", "optional", "dependency", "group", ".", "run", "unit", "test", "install", "required", "dependency", ":", "``",...
Install with optional dependencies Llama-recipes offers the installation of optional packages. There are three optional dependency groups. To run the unit tests we can install the required dependencies with: ``` pip install --extra-index-url https://download.pytorch.org/whl/test/cu118 llama-recipes[tests] ``` For the v...
https://github.com/facebookresearch/llama-recipes
0
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "install", "source", "install", "source", "e.g", ".", "development", "use", "command", ".", "'re", "using", "hatchling", "build", "backend", "requires", "up-to-date", "pip", "well", "setuptools", "package", ".", "``", ...
[ [ "install", "source", "install", "source", "e.g", ".", "development", "use", "command", ".", "'re", "using", "hatchling", "build", "backend", "requires", "up-to-date", "pip", "well", "setuptools", "package", ".", "``", ...
Install from source To install from source e.g. for development use these commands. We're using hatchling as our build backend which requires an up-to-date pip as well as setuptools package. ``` git clone git@github.com:facebookresearch/llama-recipes.git cd llama-recipes pip install -U pip setuptools pip install --extr...
https://github.com/facebookresearch/llama-recipes
0
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "model", "conversion", "hugging", "face", "recipe", "notebook", "folder", "using", "llama", "2", "model", "definition", "provided", "hugging", "face", "'s", "transformer", "library", ".", "given", "original", "checkpoint", ...
[ [ "model", "conversion", "hugging", "face", "recipe", "notebook", "folder", "using", "llama", "2", "model", "definition", "provided", "hugging", "face", "'s", "transformer", "library", ".", "given", "original", "checkpoint", ...
Model conversion to Hugging Face The recipes and notebooks in this folder are using the Llama 2 model definition provided by Hugging Face's transformers library. Given that the original checkpoint resides under models/7B you can install all requirements and convert the checkpoint with: ```bash
https://github.com/facebookresearch/llama-recipes
-1
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "install", "hugging", "face", "transformer", "source", "pip", "freeze", "|", "grep", "transformer" ], [ "install hugging face transformer source pip freeze | grep transformer" ] ]
[ [ "install", "hugging", "face", "transformer", "source", "pip", "freeze", "|", "grep", "transformer" ], [ "install hugging face transformer source pip freeze | grep transformer" ] ]
Install Hugging Face Transformers from source pip freeze | grep transformers
https://github.com/facebookresearch/llama-recipes
2
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "verify", "version", "4.31.0", "higher", "git", "clone", "git", "@", "github.com", ":", "huggingface/transformers.git", "cd", "transformer", "pip", "install", "protobuf", "python", "src/transformers/models/llama/convert_llama_weights_to_hf.py...
[ [ "verify", "version", "4.31.0", "higher", "git", "clone", "git", "@", "github.com", ":", "huggingface/transformers.git", "cd", "transformer", "pip", "install", "protobuf", "python", "src/transformers/models/llama/convert_llama_weights_to_hf.py...
verify it is version 4.31.0 or higher git clone git@github.com:huggingface/transformers.git cd transformers pip install protobuf python src/transformers/models/llama/convert_llama_weights_to_hf.py \ --input_dir /path/to/downloaded/llama/weights --model_size 7B --output_dir /output/path ```
https://github.com/facebookresearch/llama-recipes
0
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "single", "multi", "gpu", "finetune", "want", "dive", "right", "single", "multi", "gpu", "fine-tuning", ",", "run", "example", "single", "gpu", "like", "a10", ",", "t4", ",", "v100", ",", "a100", "etc", ".", ...
[ [ "single", "multi", "gpu", "finetune", "want", "dive", "right", "single", "multi", "gpu", "fine-tuning", ",", "run", "example", "single", "gpu", "like", "a10", ",", "t4", ",", "v100", ",", "a100", "etc", ".", ...
Single and Multi GPU Finetune If you want to dive right into single or multi GPU fine-tuning, run the examples below on a single GPU like A10, T4, V100, A100 etc. All the parameters in the examples and recipes below need to be further tuned to have desired results based on the model, method, data and task at hand. **...
https://github.com/facebookresearch/llama-recipes
-1
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/facebookresearch/llama-recipes/main/README.md
[ [ "repository", "organization", "repository", "organized", "following", "way", ":", "[", "benchmark", "]", "(", "./benchmarks", ")", ":", "contains", "series", "benchmark", "script", "llama", "2", "model", "inference", "vari...
[ [ "repository", "organization", "repository", "organized", "following", "way", ":", "[", "benchmark", "]", "(", "./benchmarks", ")", ":", "contains", "series", "benchmark", "script", "llama", "2", "model", "inference", "vari...
Repository Organization This repository is organized in the following way: [benchmarks](./benchmarks): Contains a series of benchmark scripts for Llama 2 models inference on various backends. [configs](src/llama_recipes/configs/): Contains the configuration files for PEFT methods, FSDP, Datasets. [docs](docs/): Examp...
https://github.com/facebookresearch/llama-recipes
-1
[ "ai", "finetuning", "langchain", "llama", "llama2", "llm", "machine-learning", "python", "pytorch", "vllm" ]
https://raw.githubusercontent.com/microsoft/promptflow/main/README.md
[ [ "installation", "get", "started", "quickly", ",", "use", "pre-built", "development", "environment", ".", "*", "*", "click", "button", "*", "*", "open", "repo", "github", "codespaces", ",", "continue", "readme", "!", ...
[ [ "installation", "get", "started", "quickly", ",", "use", "pre-built", "development", "environment", ".", "*", "*", "click", "button", "*", "*", "open", "repo", "github", "codespaces", ",", "continue", "readme", "!", ...
Installation To get started quickly, you can use a pre-built development environment. **Click the button below** to open the repo in GitHub Codespaces, and then continue the readme! [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/promptflow?quickstart=1) If yo...
https://github.com/microsoft/promptflow
0
[ "ai", "ai-application-development", "ai-applications", "chatgpt", "gpt", "llm", "prompt", "prompt-engineering" ]
https://raw.githubusercontent.com/microsoft/promptflow/main/README.md
[ [ "quick", "start", "⚡", "*", "*", "create", "chatbot", "prompt", "flow", "*", "*", "run", "command", "initiate", "prompt", "flow", "chat", "template", ",", "creates", "folder", "named", "`", "my_chatbot", "`", "...
[ [ "quick", "start", "⚡", "*", "*", "create", "chatbot", "prompt", "flow", "*", "*", "run", "command", "initiate", "prompt", "flow", "chat", "template", ",", "creates", "folder", "named", "`", "my_chatbot", "`", "...
Quick Start ⚡ **Create a chatbot with prompt flow** Run the command to initiate a prompt flow from a chat template, it creates folder named `my_chatbot` and generates required files within it: ```sh pf flow init --flow ./my_chatbot --type chat ``` **Setup a connection for your API key** For OpenAI key, establish a...
https://github.com/microsoft/promptflow
-1
[ "ai", "ai-application-development", "ai-applications", "chatgpt", "gpt", "llm", "prompt", "prompt-engineering" ]
https://raw.githubusercontent.com/microsoft/promptflow/main/README.md
[ [ "v", "code", "extension", "also", "offer", "v", "code", "extension", "(", "flow", "designer", ")", "interactive", "flow", "development", "experience", "ui", ".", "<", "img", "src=", "''", "examples/tutorials/quick-start/me...
[ [ "v", "code", "extension", "also", "offer", "v", "code", "extension", "(", "flow", "designer", ")", "interactive", "flow", "development", "experience", "ui", ".", "<", "img", "src=", "''", "examples/tutorials/quick-start/me...
VS Code Extension We also offer a VS Code extension (a flow designer) for an interactive flow development experience with UI. <img src="examples/tutorials/quick-start/media/vsc.png" alt="vsc" width="1000"/> You can install it from the <a href="https://marketplace.visualstudio.com/items?itemName=prompt-flow.prompt-fl...
https://github.com/microsoft/promptflow
-1
[ "ai", "ai-application-development", "ai-applications", "chatgpt", "gpt", "llm", "prompt", "prompt-engineering" ]
https://raw.githubusercontent.com/microsoft/promptflow/main/README.md
[ [ "deep", "delve", "flow", "development", "[", "getting", "started", "prompt", "flow", "]", "(", "./docs/cloud/azureai/quick-start/index.md", ")", ":", "step", "step", "guidance", "invoke", "first", "flow", "run", "." ], [ ...
[ [ "deep", "delve", "flow", "development", "[", "getting", "started", "prompt", "flow", "]", "(", "./docs/cloud/azureai/quick-start/index.md", ")", ":", "step", "step", "guidance", "invoke", "first", "flow", "run", "." ], [ ...
Deep delve into flow development [Getting started with prompt flow](./docs/cloud/azureai/quick-start/index.md): A step by step guidance to invoke your first flow run.
https://github.com/microsoft/promptflow
-1
[ "ai", "ai-application-development", "ai-applications", "chatgpt", "gpt", "llm", "prompt", "prompt-engineering" ]
https://raw.githubusercontent.com/microsoft/promptflow/main/README.md
[ [ "learn", "use", "case", "[", "tutorial", ":", "chat", "pdf", "]", "(", "http", ":", "//github.com/microsoft/promptflow/blob/main/examples/tutorials/e2e-development/chat-with-pdf.md", ")", ":", "end-to-end", "tutorial", "build", "high", ...
[ [ "learn", "use", "case", "[", "tutorial", ":", "chat", "pdf", "]", "(", "http", ":", "//github.com/microsoft/promptflow/blob/main/examples/tutorials/e2e-development/chat-with-pdf.md", ")", ":", "end-to-end", "tutorial", "build", "high", ...
Learn from use cases [Tutorial: Chat with PDF](https://github.com/microsoft/promptflow/blob/main/examples/tutorials/e2e-development/chat-with-pdf.md): An end-to-end tutorial on how to build a high quality chat application with prompt flow, including flow development and evaluation with metrics. > More examples can be ...
https://github.com/microsoft/promptflow
2
[ "ai", "ai-application-development", "ai-applications", "chatgpt", "gpt", "llm", "prompt", "prompt-engineering" ]
https://raw.githubusercontent.com/microsoft/promptflow/main/README.md
[ [ "setup", "contributor", "'re", "interested", "contributing", ",", "please", "start", "dev", "setup", "guide", ":", "[", "dev_setup.md", "]", "(", "./docs/dev/dev_setup.md", ")", ".", "next", "step", "!", "continue", "*...
[ [ "setup", "contributor", "'re", "interested", "contributing", ",", "please", "start", "dev", "setup", "guide", ":", "[", "dev_setup.md", "]", "(", "./docs/dev/dev_setup.md", ")", ".", "next", "step", "!", "continue", "*...
Setup for contributors If you're interested in contributing, please start with our dev setup guide: [dev_setup.md](./docs/dev/dev_setup.md). Next Step! Continue with the **Contributing** 👇 section to contribute to prompt flow.
https://github.com/microsoft/promptflow
-1
[ "ai", "ai-application-development", "ai-applications", "chatgpt", "gpt", "llm", "prompt", "prompt-engineering" ]
https://raw.githubusercontent.com/TheR1D/shell_gpt/main/README.md
[ [ "installation", "``", "`", "shell", "pip", "install", "shell-gpt", "``", "`", "'ll", "need", "openai", "api", "key", ",", "generate", "one", "[", "]", "(", "http", ":", "//beta.openai.com/account/api-keys", ")", "....
[ [ "installation", "``", "`", "shell", "pip", "install", "shell-gpt", "``", "`", "'ll", "need", "openai", "api", "key", ",", "generate", "one", "[", "]", "(", "http", ":", "//beta.openai.com/account/api-keys", ")", "....
Installation ```shell pip install shell-gpt ``` You'll need an OpenAI API key, you can generate one [here](https://beta.openai.com/account/api-keys). You will be prompted for your key which will then be stored in `~/.config/shell_gpt/.sgptrc`.
https://github.com/TheR1D/shell_gpt
0
[ "chatgpt", "cheat-sheet", "cli", "commands", "gpt-3", "gpt-4", "linux", "llm", "openai", "productivity", "python", "shell", "terminal" ]
https://raw.githubusercontent.com/TheR1D/shell_gpt/main/README.md
[ [ "shell", "integration", "*", "*", "handy", "feature", "*", "*", ",", "allows", "use", "`", "sgpt", "`", "shell", "completion", "directly", "terminal", ",", "without", "need", "type", "`", "sgpt", "`", "prompt",...
[ [ "shell", "integration", "*", "*", "handy", "feature", "*", "*", ",", "allows", "use", "`", "sgpt", "`", "shell", "completion", "directly", "terminal", ",", "without", "need", "type", "`", "sgpt", "`", "prompt",...
Shell integration This is a **very handy feature**, which allows you to use `sgpt` shell completions directly in your terminal, without the need to type `sgpt` with prompt and arguments. Shell integration enables the use of ShellGPT with hotkeys in your terminal, supported by both Bash and ZSH shells. This feature puts...
https://github.com/TheR1D/shell_gpt
-1
[ "chatgpt", "cheat-sheet", "cli", "commands", "gpt-3", "gpt-4", "linux", "llm", "openai", "productivity", "python", "shell", "terminal" ]
https://raw.githubusercontent.com/TheR1D/shell_gpt/main/README.md
[ [ "function", "calling", "[", "function", "call", "]", "(", "http", ":", "//platform.openai.com/docs/guides/function-calling", ")", "powerful", "feature", "openai", "provides", ".", "allows", "llm", "execute", "function", "system", ...
[ [ "function", "calling", "[", "function", "call", "]", "(", "http", ":", "//platform.openai.com/docs/guides/function-calling", ")", "powerful", "feature", "openai", "provides", ".", "allows", "llm", "execute", "function", "system", ...
Function calling [Function calls](https://platform.openai.com/docs/guides/function-calling) is a powerful feature OpenAI provides. It allows LLM to execute functions in your system, which can be used to accomplish a variety of tasks. To install [default functions](https://github.com/TheR1D/shell_gpt/tree/main/sgpt/de...
https://github.com/TheR1D/shell_gpt
-1
[ "chatgpt", "cheat-sheet", "cli", "commands", "gpt-3", "gpt-4", "linux", "llm", "openai", "productivity", "python", "shell", "terminal" ]
https://raw.githubusercontent.com/TheR1D/shell_gpt/main/README.md
[ [ "-", ">", "test.json", "``", "`", "note", "reason", "function", "(", "execute_shell_command", ")", "return", "error", ",", "llm", "might", "try", "accomplish", "task", "based", "output", ".", "let", "'s", "say", ...
[ [ "-", ">", "test.json", "``", "`", "note", "reason", "function", "(", "execute_shell_command", ")", "return", "error", ",", "llm", "might", "try", "accomplish", "task", "based", "output", ".", "let", "'s", "say", ...
-> test.json ``` Note that if for some reason the function (execute_shell_command) will return an error, LLM might try to accomplish the task based on the output. Let's say we don't have installed `jq` in our system, and we ask LLM to parse JSON file: ```shell sgpt "parse /tmp/test.json file using jq and return only e...
https://github.com/TheR1D/shell_gpt
-1
[ "chatgpt", "cheat-sheet", "cli", "commands", "gpt-3", "gpt-4", "linux", "llm", "openai", "productivity", "python", "shell", "terminal" ]
https://raw.githubusercontent.com/TheR1D/shell_gpt/main/README.md
[ [ "-", ">", "appears", "jq", "installed", "system", ".", "let", "try", "install", "using", "brew", "." ], [ "- > appears jq installed system .", "let try install using brew ." ] ]
[ [ "-", ">", "appears", "jq", "installed", "system", ".", "let", "try", "install", "using", "brew", "." ], [ "- > appears jq installed system .", "let try install using brew ." ] ]
-> It appears that jq is not installed on the system. Let me try to install it using brew.
https://github.com/TheR1D/shell_gpt
-1
[ "chatgpt", "cheat-sheet", "cli", "commands", "gpt-3", "gpt-4", "linux", "llm", "openai", "productivity", "python", "shell", "terminal" ]
https://raw.githubusercontent.com/TheR1D/shell_gpt/main/README.md
[ [ "-", ">", "@", "functioncall", "execute_shell_command", "(", "shell_command=", "''", "brew", "install", "jq", "''", ")" ], [ "- > @ functioncall execute_shell_command ( shell_command= '' brew install jq '' )" ] ]
[ [ "-", ">", "@", "functioncall", "execute_shell_command", "(", "shell_command=", "''", "brew", "install", "jq", "''", ")" ], [ "- > @ functioncall execute_shell_command ( shell_command= '' brew install jq '' )" ] ]
-> @FunctionCall execute_shell_command(shell_command="brew install jq")
https://github.com/TheR1D/shell_gpt
-1
[ "chatgpt", "cheat-sheet", "cli", "commands", "gpt-3", "gpt-4", "linux", "llm", "openai", "productivity", "python", "shell", "terminal" ]
https://raw.githubusercontent.com/TheR1D/shell_gpt/main/README.md
[ [ "-", ">", "jq", "successfully", "installed", ".", "let", "try", "parse", "file", "." ], [ "- > jq successfully installed .", "let try parse file ." ] ]
[ [ "-", ">", "jq", "successfully", "installed", ".", "let", "try", "parse", "file", "." ], [ "- > jq successfully installed .", "let try parse file ." ] ]
-> jq has been successfully installed. Let me try to parse the file again.
https://github.com/TheR1D/shell_gpt
-1
[ "chatgpt", "cheat-sheet", "cli", "commands", "gpt-3", "gpt-4", "linux", "llm", "openai", "productivity", "python", "shell", "terminal" ]
https://raw.githubusercontent.com/TheR1D/shell_gpt/main/README.md
[ [ "runtime", "configuration", "file", "setup", "parameter", "runtime", "configuration", "file", "`", "~/.config/shell_gpt/.sgptrc", "`", ":", "``", "`", "text" ], [ "runtime configuration file setup parameter runtime configuration file ` ~/.config/...
[ [ "runtime", "configuration", "file", "setup", "parameter", "runtime", "configuration", "file", "`", "~/.config/shell_gpt/.sgptrc", "`", ":", "``", "`", "text" ], [ "runtime configuration file setup parameter runtime configuration file ` ~/.config/...
Runtime configuration file You can setup some parameters in runtime configuration file `~/.config/shell_gpt/.sgptrc`: ```text
https://github.com/TheR1D/shell_gpt
-1
[ "chatgpt", "cheat-sheet", "cli", "commands", "gpt-3", "gpt-4", "linux", "llm", "openai", "productivity", "python", "shell", "terminal" ]
https://raw.githubusercontent.com/continuedev/continue/main/README.md
[ [ "getting", "started" ], [ "getting started" ] ]
[ [ "getting", "started" ], [ "getting started" ] ]
Getting Started
https://github.com/continuedev/continue
-1
[ "ai", "chatgpt", "copilot", "developer-tools", "intellij", "jetbrains", "llm", "open-source", "openai", "pycharm", "software-development", "visual-studio-code", "vscode" ]
https://raw.githubusercontent.com/continuedev/continue/main/README.md
[ [ "download", "[", "v", "code", "]", "(", "http", ":", "//marketplace.visualstudio.com/items", "?", "itemname=continue.continue", ")", "[", "jetbrains", "]", "(", "http", ":", "//plugins.jetbrains.com/plugin/22707-continue-extension", "...
[ [ "download", "[", "v", "code", "]", "(", "http", ":", "//marketplace.visualstudio.com/items", "?", "itemname=continue.continue", ")", "[", "jetbrains", "]", "(", "http", ":", "//plugins.jetbrains.com/plugin/22707-continue-extension", "...
Download for [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension) You can try out Continue for free using a proxy server that securely makes calls with our API key to models like GPT-4, Gemini Pro, and Phind Code...
https://github.com/continuedev/continue
-1
[ "ai", "chatgpt", "copilot", "developer-tools", "intellij", "jetbrains", "llm", "open-source", "openai", "pycharm", "software-development", "visual-studio-code", "vscode" ]