EPlus-LLM commited on
Commit
03209c3
·
verified ·
1 Parent(s): eac49a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -63,6 +63,7 @@ Here provides a code snippet to show you how to load the EPlus-LLM and auto-gene
63
 
64
  ```python
65
  # ⚠️ Please make sure you have adequate GPU memory.
 
66
  # ! pip install -U bitsandbytes -q
67
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
68
  import torch
 
63
 
64
  ```python
65
  # ⚠️ Please make sure you have adequate GPU memory.
66
+ # ⚠️ Please make sure your EnergyPlus version is 9.6 for successful running.
67
  # ! pip install -U bitsandbytes -q
68
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
69
  import torch