Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ parser.add_argument("--top_p", type=float, default=0.93)
|
|
46 |
args = parser.parse_args()
|
47 |
|
48 |
with Timer() as timer:
|
49 |
-
config = ExLlamaV2Config(args.
|
50 |
model = ExLlamaV2(config, lazy_load=True)
|
51 |
cache = ExLlamaV2Cache(model, lazy=True)
|
52 |
model.load_autosplit(cache)
|
|
|
46 |
args = parser.parse_args()
|
47 |
|
48 |
with Timer() as timer:
|
49 |
+
config = ExLlamaV2Config(args.model)
|
50 |
model = ExLlamaV2(config, lazy_load=True)
|
51 |
cache = ExLlamaV2Cache(model, lazy=True)
|
52 |
model.load_autosplit(cache)
|