qlemesle commited on
Commit
c4d9b8e
·
1 Parent(s): 59fcf60

update doc'

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -64,7 +64,7 @@ print(results)
64
  Configure metric
65
  ```python
66
  ppluie.init(
67
- model="mistralai/Mistral-7B-Instruct-v0.2",
68
  device = "cuda:0",
69
  template = "FS-DIRECT",
70
  use_chat_template = True,
 
64
  Configure metric
65
  ```python
66
  ppluie.init(
67
+ model = "mistralai/Mistral-7B-Instruct-v0.2",
68
  device = "cuda:0",
69
  template = "FS-DIRECT",
70
  use_chat_template = True,