Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
Prerequisites:
|
| 5 |
+
1. Python:
|
| 6 |
+
https://www.python.org/downloads/
|
| 7 |
+
2. Git:
|
| 8 |
+
https://git-scm.com/downloads
|
| 9 |
+
|
| 10 |
+
Instructions:
|
| 11 |
+
1. Make sure python and git are installed
|
| 12 |
+
2. Open a command prompt terminal on your local folder
|
| 13 |
+
3. In command prompt run
|
| 14 |
+
```
|
| 15 |
+
git lfs install
|
| 16 |
+
```
|
| 17 |
+
then
|
| 18 |
+
```
|
| 19 |
+
git clone https://huggingface.co/datasets/Rombo-Org/Easy_Galore_8bit_training_With_Native_Windows_Support
|
| 20 |
+
```
|
| 21 |
+
then
|
| 22 |
+
```
|
| 23 |
+
cd Easy_Galore_8bit_training_With_Native_Windows_Support
|
| 24 |
+
```
|
| 25 |
+
4. Now minimize the command prompt window and open the "Galore_8bit_Version-2.py" file
|
| 26 |
+
5. Edit the paramaters to suite your needs
|
| 27 |
+
6. Open the command prompt window and run
|
| 28 |
+
```
|
| 29 |
+
Python Galore_8bit_Version-2.py
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
The training will now run completely and save your model in the specified folder location.
|