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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -64,6 +64,7 @@ Here provides a code snippet to show you how to load the EPlus-LLM and auto-gene
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
 
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
+
68
  # ! pip install -U bitsandbytes -q
69
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
70
  import torch