Update README.md
Browse files
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.
|