alpindale commited on
Commit
ca64e72
·
1 Parent(s): 2fb2461

Fix model path

Browse files
Files changed (1) hide show
  1. ChatApp/app.py +1 -1
ChatApp/app.py CHANGED
@@ -42,7 +42,7 @@ available_models = {
42
  },
43
  "Llama-2 7B FP32": {
44
  "onnx_file": os.path.join(
45
- top_directory, "FP32", "LlamaV2_7B_FT_float16.onnx"
46
  ),
47
  "tokenizer_path": tokenizer_path,
48
  "embedding_file": os.path.join(
 
42
  },
43
  "Llama-2 7B FP32": {
44
  "onnx_file": os.path.join(
45
+ top_directory, "FP32", "LlamaV2_7B_float16.onnx"
46
  ),
47
  "tokenizer_path": tokenizer_path,
48
  "embedding_file": os.path.join(