-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
## How run servis | ||
Check failure on line 3 in embedingModels/README.md GitHub Actions / buildTrailing spaces
|
||
|
||
### GPU option | ||
|
||
1. Instal git lfs | ||
2. NVIDIA Docker Toolkit https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html | ||
Check failure on line 8 in embedingModels/README.md GitHub Actions / buildBare URL used
|
||
3. Add shh key to hugingface account https://huggingface.co/docs/hub/security-git-ssh or https://huggingface.co/blog/password-git-deprecation | ||
Check failure on line 9 in embedingModels/README.md GitHub Actions / buildLine length
Check failure on line 9 in embedingModels/README.md GitHub Actions / buildBare URL used
Check failure on line 9 in embedingModels/README.md GitHub Actions / buildBare URL used
|
||
|
@@ -13,10 +14,13 @@ cd embeding_models | |
git clone [email protected]:intfloat/e5-large-v2 | ||
``` | ||
Check failure on line 15 in embedingModels/README.md GitHub Actions / buildFenced code blocks should be surrounded by blank lines
|
||
### Aleternativ for 1,2,3 | ||
Check failure on line 16 in embedingModels/README.md GitHub Actions / buildHeadings should be surrounded by blank lines
|
||
|
||
copy evry flie form here: https://huggingface.co/intfloat/multilingual-e5-large/tree/main | ||
Check failure on line 18 in embedingModels/README.md GitHub Actions / buildBare URL used
|
||
|
||
#### IMPORTANT | ||
#### IMPORTANT | ||
|
||
keep file tree like this !!! | ||
|
||
```sh | ||
embeding_models | ||
├── e5-large-v2 | ||
|
@@ -37,6 +41,7 @@ embeding_models | |
``` | ||
|
||
### NO GPU option | ||
|
||
from `docker-compose.yml` remove: | ||
|
||
```sh | ||
|
@@ -49,9 +54,9 @@ from `docker-compose.yml` remove: | |
54 capabilities: [ gpu ] | ||
|
||
``` | ||
#### <span style="color: red;">MOST IMPORTANT DONT PUSH THIS CHANGE !!!</span> | ||
|
||
#### <span style="color: red;">MOST IMPORTANT DONT PUSH THIS CHANGE !!!</span> | ||
|
||
ps. Patryk don't kill me :'( I want help to beginers. | ||
|
||
#### Rest like in GPU option GLHF :) | ||
#### Rest like in GPU option GLHF :) |