Change a comment
This commit is contained in:
parent
0a7acb3bd9
commit
2c4699a7e9
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def load_quantized_LLaMA(model_name):
|
||||||
|
|
||||||
model = load_quant(path_to_model, str(pt_path), bits)
|
model = load_quant(path_to_model, str(pt_path), bits)
|
||||||
|
|
||||||
# Multi-GPU setup
|
# Multiple GPUs or GPU+CPU
|
||||||
if shared.args.gpu_memory:
|
if shared.args.gpu_memory:
|
||||||
max_memory = {}
|
max_memory = {}
|
||||||
for i in range(len(shared.args.gpu_memory)):
|
for i in range(len(shared.args.gpu_memory)):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue