sfisch commited on
Commit
c8928de
·
verified ·
1 Parent(s): bbada03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -56,7 +56,9 @@ This can be downloaded using the following:
56
  Then it can be imported as:
57
 
58
  >>> from autogluon.tabular import TabularPredictor
59
- Note that to perform operations with our model the **0.8.2 version** must be used
 
 
60
 
61
  The [DirectContacts2 model](sfisch/DirectContacts2_AutoGluon) can be accessed through HuggingFace with [huggingface_hub](https://huggingface.co/docs/hub/index)
62
 
 
56
  Then it can be imported as:
57
 
58
  >>> from autogluon.tabular import TabularPredictor
59
+
60
+ Note that to perform operations with our model the **0.8.2 version** must be used. Alternatively, if disk space is a concern
61
+ the user can just install *autogluon.tabular*
62
 
63
  The [DirectContacts2 model](sfisch/DirectContacts2_AutoGluon) can be accessed through HuggingFace with [huggingface_hub](https://huggingface.co/docs/hub/index)
64