EPlus-LLM commited on
Commit
bb52ce4
·
verified ·
1 Parent(s): bcebdf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ Here provides a code snippet to show you how to load the EPlus-LLM and auto-gene
65
  ```python
66
  # ⚠️ Please make sure you have adequate GPU memory.
67
  # ⚠️ Please make sure your EnergyPlus version is 9.6 for successful running.
68
-
69
  # ! pip install -U bitsandbytes -q
70
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
71
  import torch
 
65
  ```python
66
  # ⚠️ Please make sure you have adequate GPU memory.
67
  # ⚠️ Please make sure your EnergyPlus version is 9.6 for successful running.
68
+ # ⚠️ Download the v2_nextpart.idf file from the EPlus-LLMv2 repo and place it in your current working directory.
69
  # ! pip install -U bitsandbytes -q
70
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
71
  import torch