From 514057b7e31431b6ddcdf94ecf141c4fe1935c39 Mon Sep 17 00:00:00 2001 From: Gavin Li Date: Mon, 29 Jul 2024 16:22:26 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index eb2dc45..c75db05 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,6 @@ First, install the airllm pip package. pip install airllm ``` -```bash -pip install -i https://pypi.org/simple/ airllm -``` - ### 2. Inference Then, initialize AirLLMLlama2, pass in the huggingface repo ID of the model being used, or the local path, and inference can be performed similar to a regular transformer model.