jakewatson91 commited on
Commit
4973d13
·
2 Parent(s): ef5586235edd9b

Merge pull request #5 from jakewatson91/jake/practicality_fix

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -54,7 +54,6 @@ def respond(
54
  messages,
55
  max_new_tokens=max_tokens,
56
  temperature=temperature,
57
- practicality=practicality,
58
  do_sample=True,
59
  top_p=top_p,
60
  ):
@@ -82,7 +81,6 @@ def respond(
82
  max_tokens=max_tokens,
83
  stream=True,
84
  temperature=temperature,
85
- practicality=practicality,
86
  top_p=top_p,
87
  ):
88
  if stop_inference:
 
54
  messages,
55
  max_new_tokens=max_tokens,
56
  temperature=temperature,
 
57
  do_sample=True,
58
  top_p=top_p,
59
  ):
 
81
  max_tokens=max_tokens,
82
  stream=True,
83
  temperature=temperature,
 
84
  top_p=top_p,
85
  ):
86
  if stop_inference: