martinhillebrandtd commited on
Commit
53f8835
·
verified ·
1 Parent(s): 49428b0

Update README.md

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