EPlus-LLM commited on
Commit
dfda832
·
verified ·
1 Parent(s): 25fe76a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ import torch
73
  from peft import PeftModel, PeftConfig
74
 
75
  # Load the rest port of IDF file.
76
- file_path = "v2_nextpart.idf"
77
  output_path = "v2_final.idf"
78
 
79
  # Load the EPlus-LLMv2 config.
 
73
  from peft import PeftModel, PeftConfig
74
 
75
  # Load the rest port of IDF file.
76
+ file_path = "v2_nextpart.idf" # File is in the repo. Please download.
77
  output_path = "v2_final.idf"
78
 
79
  # Load the EPlus-LLMv2 config.