Anthonyg5005
commited on
Commit
•
14324a5
1
Parent(s):
48e966f
Update README.md
Browse files
README.md
CHANGED
@@ -37,9 +37,6 @@ Feel free to send in PRs or use this code however you'd like.\
|
|
37 |
|
38 |
## usage
|
39 |
|
40 |
-
- Manage branches
|
41 |
-
- Run script and follow prompts. You will be required to be logged in to HF Hub. If you are not logged in, you will need a WRITE token. You can get one in your [HuggingFace settings](https://huggingface.co/settings/tokens). Colab and Kaggle secret keys are supported.
|
42 |
-
|
43 |
- Auto EXL2 HF upload
|
44 |
- This script is designed to automate the process of quantizing models to EXL2 and uploading them to the HF Hub as seperate branches. This is both available to run on Windows and Linux. You will be required to be logged in to HF Hub. If you are not logged in, you will need a WRITE token.
|
45 |
|
@@ -49,6 +46,9 @@ Feel free to send in PRs or use this code however you'd like.\
|
|
49 |
- Upload folder to repo
|
50 |
- Uploads user specified folder to specified repo, can create private repos too. Not the same as git commit and push, instead uploads any additional files. This is more to be modified to your needs then used by itself.
|
51 |
|
|
|
|
|
|
|
52 |
- EXL2 Single Quant
|
53 |
- Allows you to quantize to exl2 using colab. This version creates a exl2 quant to upload to private repo. Only 7B tested on colab.
|
54 |
|
|
|
37 |
|
38 |
## usage
|
39 |
|
|
|
|
|
|
|
40 |
- Auto EXL2 HF upload
|
41 |
- This script is designed to automate the process of quantizing models to EXL2 and uploading them to the HF Hub as seperate branches. This is both available to run on Windows and Linux. You will be required to be logged in to HF Hub. If you are not logged in, you will need a WRITE token.
|
42 |
|
|
|
46 |
- Upload folder to repo
|
47 |
- Uploads user specified folder to specified repo, can create private repos too. Not the same as git commit and push, instead uploads any additional files. This is more to be modified to your needs then used by itself.
|
48 |
|
49 |
+
- Manage branches
|
50 |
+
- Run script and follow prompts. You will be required to be logged in to HF Hub. If you are not logged in, you will need a WRITE token. You can get one in your [HuggingFace settings](https://huggingface.co/settings/tokens). Colab and Kaggle secret keys are supported.
|
51 |
+
|
52 |
- EXL2 Single Quant
|
53 |
- Allows you to quantize to exl2 using colab. This version creates a exl2 quant to upload to private repo. Only 7B tested on colab.
|
54 |
|