martinhillebrandtd commited on
Commit
8dc3996
·
verified ·
1 Parent(s): 333786f

Update README.md

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