Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
| 1 |
Following packages are neccesary to compile the model in C:
|
| 2 |
|
|
|
|
| 3 |
sudo apt install gcc-7
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Following packages are neccesary to compile the model in C:
|
| 2 |
|
| 3 |
+
```bash
|
| 4 |
sudo apt install gcc-7
|
| 5 |
+
```
|
| 6 |
+
```bash
|
| 7 |
+
sudo apt-get install build-essential
|
| 8 |
+
```
|
| 9 |
+
|
| 10 |
+
```python
|
| 11 |
+
for i in range(1,21):
|
| 12 |
+
!wget https://huggingface.co/datasets/teragron/reviews/resolve/main/chunk_{i}.bin
|
| 13 |
+
```
|