Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ from transformers import (
|
|
| 47 |
)
|
| 48 |
|
| 49 |
# Load the rest port of IDF file.
|
| 50 |
-
file_path = "v1_nextpart.idf"
|
| 51 |
output_path = "v1_final.idf"
|
| 52 |
|
| 53 |
# Load the EPlus-LLM model
|
|
|
|
| 47 |
)
|
| 48 |
|
| 49 |
# Load the rest port of IDF file.
|
| 50 |
+
file_path = "v1_nextpart.idf" # file is in the repo, please download.
|
| 51 |
output_path = "v1_final.idf"
|
| 52 |
|
| 53 |
# Load the EPlus-LLM model
|