Safetensors
openlm
text
mathewhe commited on
Commit
3bf2eac
1 Parent(s): 3b9d7a6

Fix typo in argument list

Browse files
Files changed (1) hide show
  1. chat_class.py +1 -1
chat_class.py CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
5
  class Chat:
6
  def __init__(
7
  self,
8
- path="mathewhe/DCLM-7B-Chat"
9
  device="cuda",
10
  ):
11
  r"""
 
5
  class Chat:
6
  def __init__(
7
  self,
8
+ path="mathewhe/DCLM-7B-Chat",
9
  device="cuda",
10
  ):
11
  r"""