mjbuehler commited on
Commit
8e0d945
1 Parent(s): bf2b624

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -13,6 +13,17 @@ X-LoRA-Gemma combines protein, chemical, bio-inspired and mechanics of materials
13
 
14
  The model has a variety of capabilities, including designing proteins, designing molecules, and property calculations.
15
 
 
 
 
 
 
 
 
 
 
 
 
16
  Sample inference notebook: [X-LoRA-Gemma_Inference.ipynb](https://huggingface.co/lamm-mit/x-lora-gemma-7b/resolve/main/X-LoRA-Gemma_Inference.ipynb)
17
 
18
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/oAr_94tRSilnp1d19ZUIb.png)
 
13
 
14
  The model has a variety of capabilities, including designing proteins, designing molecules, and property calculations.
15
 
16
+ You will need additional packages to run the molecular design/analysis examples, such as:
17
+ ```bash
18
+ pip install -U transformers peft accelerate bitsandbytes
19
+ pip install git+https://github.com/EricLBuehler/xlora.git
20
+ pip install -U rdkit scikit-learn tqdm pandas
21
+ ```
22
+ If you want to use ```{guidance}``` for inference:
23
+ ```bash
24
+ pip install guidance
25
+ ```
26
+
27
  Sample inference notebook: [X-LoRA-Gemma_Inference.ipynb](https://huggingface.co/lamm-mit/x-lora-gemma-7b/resolve/main/X-LoRA-Gemma_Inference.ipynb)
28
 
29
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/oAr_94tRSilnp1d19ZUIb.png)