Instructions to use jeduardogruiz/Mixtral_ether with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use jeduardogruiz/Mixtral_ether with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("jeduardogruiz/Mixtral_ether", set_active=True) - Notebooks
- Google Colab
- Kaggle
Create configuración.py
Browse files- configuración.py +3 -0
configuración.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
INFURA_URL = "https://mainnet.infura.io/v3/<your_infura_url>"
|
| 2 |
+
|
| 3 |
+
MINERS = {"0x84671C70fE41Ef5C16BC4F225bFAe2fD362aC65c":"data/storage/"
|