martinhillebrandtd commited on
Commit
b62c208
·
verified ·
1 Parent(s): 69359af

Update README.md

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