jonathanjordan21 commited on
Commit
9f0143f
1 Parent(s): 0aa9e50

Update custom_llm.py

Browse files
Files changed (1) hide show
  1. custom_llm.py +1 -1
custom_llm.py CHANGED
@@ -121,7 +121,7 @@ class CustomLLM(LLM):
121
  return {
122
  'repo_id': self.repo_id,
123
  'model_type':self.model_type,
124
- 'stop_sequences':self.stop,,
125
  'max_new_tokens': self.max_new_tokens,
126
  'temperature': self.temperature,
127
  'timeout': self.timeout,
 
121
  return {
122
  'repo_id': self.repo_id,
123
  'model_type':self.model_type,
124
+ 'stop_sequences':self.stop,
125
  'max_new_tokens': self.max_new_tokens,
126
  'temperature': self.temperature,
127
  'timeout': self.timeout,