teragron commited on
Commit
ea7704e
1 Parent(s): 36409b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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
- sudo apt-get install build-essential
 
 
 
 
 
 
 
 
 
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
+ ```