Skip to content

Commit d104c0b

Browse files
committed
update from A100
1 parent 07bc1f5 commit d104c0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-14 Bytes
Binary file not shown.

llama3_local.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def launch(self):
7070
def get_llm(model):
7171
global llm
7272
if llm is None:
73-
llm = StreamingLLM(model=model, quantization="AWQ", dtype="float16")
73+
llm = StreamingLLM(model=model, dtype="float16")
7474
return llm
7575

7676
def get_tokenizer():

0 commit comments

Comments
 (0)