martinhillebrandtd commited on
Commit
4e05b5d
·
verified ·
1 Parent(s): 55e2675

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2552,7 +2552,7 @@ tdml.create_context(host = input('enter your hostname'),
2552
  # Step 3: Load Models into Vantage
2553
  # a) Embedding model
2554
  tdml.save_byom(model_id = model_name, # must be unique in the models table
2555
- model_file = model_file_name,
2556
  table_name = 'embeddings_models' )
2557
  # b) Tokenizer
2558
  tdml.save_byom(model_id = model_name, # must be unique in the models table
 
2552
  # Step 3: Load Models into Vantage
2553
  # a) Embedding model
2554
  tdml.save_byom(model_id = model_name, # must be unique in the models table
2555
+ model_file = f"onnx/{model_file_name}",
2556
  table_name = 'embeddings_models' )
2557
  # b) Tokenizer
2558
  tdml.save_byom(model_id = model_name, # must be unique in the models table