jadehardouin commited on
Commit
87f2a0e
1 Parent(s): f4c03fc

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -153,7 +153,7 @@ class OpenSourceLlama2Model(BaseTCOModel):
153
  )
154
  self.info = gr.Markdown("For the Llama2-70B model, we took the cost per input and output tokens values from the benchmark results [here](https://www.cursor.so/blog/llama-inference#user-content-fn-llama-paper)", interactive=False, visible=False)
155
 
156
- self.labor = gr.Number(1000, visible=False,
157
  label="($) Labor cost per month",
158
  interactive=True
159
  )
 
153
  )
154
  self.info = gr.Markdown("For the Llama2-70B model, we took the cost per input and output tokens values from the benchmark results [here](https://www.cursor.so/blog/llama-inference#user-content-fn-llama-paper)", interactive=False, visible=False)
155
 
156
+ self.labor = gr.Number(10000, visible=False,
157
  label="($) Labor cost per month",
158
  interactive=True
159
  )