muhtasham commited on
Commit
62b019e
1 Parent(s): 5413819

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,5 +1,11 @@
1
 
2
  ```bash
 
 
 
 
 
 
3
  git clone https://github.com/NVIDIA/TensorRT-LLM.git
4
 
5
  python ./TensorRT-LLM/examples/run.py --engine_dir=./ \
 
1
 
2
  ```bash
3
+
4
+ # Make sure you have git-lfs installed (https://git-lfs.com)
5
+ git lfs install
6
+
7
+ git clone https://huggingface.co/muhtasham/llama3-ins-8b-int4-trt-llm
8
+
9
  git clone https://github.com/NVIDIA/TensorRT-LLM.git
10
 
11
  python ./TensorRT-LLM/examples/run.py --engine_dir=./ \