AlbertoFH98 commited on
Commit
5635774
·
1 Parent(s): 1685ddb

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -122,7 +122,7 @@ def setup_app(transcription_path, emb_model, model, _logger):
122
  # List available models and descriptons
123
  models = together.Models.list()
124
  # Set llama2 7b LLM
125
- together.Models.start(model)
126
  _logger.info('Setup environment and features - FINISHED!')
127
 
128
  # -- Read translated transcription
 
122
  # List available models and descriptons
123
  models = together.Models.list()
124
  # Set llama2 7b LLM
125
+ #together.Models.start(model)
126
  _logger.info('Setup environment and features - FINISHED!')
127
 
128
  # -- Read translated transcription