Update README.md
Browse files
README.md
CHANGED
|
@@ -6,9 +6,8 @@ language:
|
|
| 6 |
# scripts
|
| 7 |
|
| 8 |
Personal scripts to automate some tasks.\
|
| 9 |
-
Most of this is to get me familiar with python and hf_hub.\
|
| 10 |
Will try to keep external module use to a minimum, other than **huggingface_hub**.\
|
| 11 |
-
Feel free to send in
|
| 12 |
*[GitHub mirror](https://github.com/anthonyg5005/hf-scripts)*
|
| 13 |
|
| 14 |
**For GitHub**: Would recommend creating pull requests and discussions on the [offical huggingface repo](https://huggingface.co/Anthonyg5005/hf-scripts)
|
|
@@ -23,15 +22,14 @@ Feel free to send in pull requests or use this code however you'd like.\
|
|
| 23 |
|
| 24 |
## work in progress/not tested ([unfinished](https://huggingface.co/Anthonyg5005/hf-scripts/tree/unfinished) branch)
|
| 25 |
|
| 26 |
-
- EXL2 Private Quant V4
|
| 27 |
-
- Automatic detections
|
| 28 |
-
|
| 29 |
- Auto exl2 upload script
|
| 30 |
-
- Will create repo and
|
| 31 |
-
- Windows/Linux support (don't have mac)
|
| 32 |
-
|
|
|
|
| 33 |
|
| 34 |
-
|
|
|
|
| 35 |
|
| 36 |
- [Download models (download HF Hub models) [Oobabooga]](https://github.com/oobabooga/text-generation-webui/blob/main/download-model.py)
|
| 37 |
|
|
@@ -47,7 +45,7 @@ Feel free to send in pull requests or use this code however you'd like.\
|
|
| 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.
|
| 48 |
|
| 49 |
- Download models
|
| 50 |
-
- Make sure you have [
|
| 51 |
|
| 52 |
## extras
|
| 53 |
|
|
|
|
| 6 |
# scripts
|
| 7 |
|
| 8 |
Personal scripts to automate some tasks.\
|
|
|
|
| 9 |
Will try to keep external module use to a minimum, other than **huggingface_hub**.\
|
| 10 |
+
Feel free to send in PRs or use this code however you'd like.\
|
| 11 |
*[GitHub mirror](https://github.com/anthonyg5005/hf-scripts)*
|
| 12 |
|
| 13 |
**For GitHub**: Would recommend creating pull requests and discussions on the [offical huggingface repo](https://huggingface.co/Anthonyg5005/hf-scripts)
|
|
|
|
| 22 |
|
| 23 |
## work in progress/not tested ([unfinished](https://huggingface.co/Anthonyg5005/hf-scripts/tree/unfinished) branch)
|
| 24 |
|
|
|
|
|
|
|
|
|
|
| 25 |
- Auto exl2 upload script
|
| 26 |
+
- Will create repo and create 5 custom quants on individual branches
|
| 27 |
+
- Windows/Linux support (don't have mac to test)
|
| 28 |
+
|
| 29 |
+
## other recommended stuff
|
| 30 |
|
| 31 |
+
- [Exllama Discord server](https://discord.gg/NSFwVuCjRq) Free Exl2 quantizing bot by the Bloke and Lambda Labs available.
|
| 32 |
+
- existing quants under the HF account [@blockblockblock](https://huggingface.co/blockblockblock)
|
| 33 |
|
| 34 |
- [Download models (download HF Hub models) [Oobabooga]](https://github.com/oobabooga/text-generation-webui/blob/main/download-model.py)
|
| 35 |
|
|
|
|
| 45 |
- 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.
|
| 46 |
|
| 47 |
- Download models
|
| 48 |
+
- Make sure you have [huggingface_hub](https://pypi.org/project/huggingface-hub/) installed as it has the same dependencies. You can install it with '`pip install huggingface-hub`'. To use the script, open a terminal and run '`python download-model.py USER/MODEL:BRANCH`'. There's also a '`--help`' flag to show the available arguments. To download from private repositories, make sure to login using '`huggingface-cli login`' or (not recommended) `HF_TOKEN` environment variable.
|
| 49 |
|
| 50 |
## extras
|
| 51 |
|