Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,14 @@ license: apache-2.0
|
|
3 |
|
4 |
---
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
## Installation
|
8 |
|
|
|
3 |
|
4 |
---
|
5 |
|
6 |
+
from huggingface_hub import snapshot_download
|
7 |
+
|
8 |
+
# Download the repository
|
9 |
+
repo_path = snapshot_download("RobbiePasquale/lightbulb")
|
10 |
+
|
11 |
+
print(f"Repository downloaded to: {repo_path}")
|
12 |
+
|
13 |
+
!PYTHONPATH=$PYTHONPATH:/root/.cache/huggingface/hub/models--RobbiePasquale--lightbulb/snapshots/3d255ef87272610b055f67937014c0b0f69a4b84 python main_menu.py --task advanced_inference --query "Analyze the economic effects of artificial intelligence in the next decade."
|
14 |
|
15 |
## Installation
|
16 |
|