Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleczyk committed Apr 4, 2024
1 parent 9567025 commit bb31bcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions embedingModels/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
### GPU option

1. Instal git lfs
2. NVIDIA Docker Toolkit https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
3. Add shh key to hugingface account https://huggingface.co/docs/hub/security-git-ssh or https://huggingface.co/blog/password-git-deprecation
2. NVIDIA Docker Toolkit [link](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html)

Check failure on line 8 in embedingModels/README.md

View workflow job for this annotation

GitHub Actions / build

Trailing spaces

embedingModels/README.md:8:125 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md009.md

Check failure on line 8 in embedingModels/README.md

View workflow job for this annotation

GitHub Actions / build

Line length

embedingModels/README.md:8:81 MD013/line-length Line length [Expected: 80; Actual: 125] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md
3. Add shh key to hugingface account [link](https://huggingface.co/docs/hub/security-git-ssh) or [link](https://huggingface.co/blog/password-git-deprecation)

Check failure on line 9 in embedingModels/README.md

View workflow job for this annotation

GitHub Actions / build

Line length

embedingModels/README.md:9:81 MD013/line-length Line length [Expected: 80; Actual: 158] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md

4. run this in ChatKNML/ :

Check failure on line 11 in embedingModels/README.md

View workflow job for this annotation

GitHub Actions / build

Lists should be surrounded by blank lines

embedingModels/README.md:11 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "4. run this in ChatKNML/ :"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md032.md
```sh

Check failure on line 12 in embedingModels/README.md

View workflow job for this annotation

GitHub Actions / build

Fenced code blocks should be surrounded by blank lines

embedingModels/README.md:12 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```sh"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md031.md
Expand All @@ -15,7 +15,7 @@ git clone [email protected]:intfloat/e5-large-v2
```

Check failure on line 15 in embedingModels/README.md

View workflow job for this annotation

GitHub Actions / build

Fenced code blocks should be surrounded by blank lines

embedingModels/README.md:15 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md031.md
### Aleternativ for 1,2,3

Check failure on line 16 in embedingModels/README.md

View workflow job for this annotation

GitHub Actions / build

Headings should be surrounded by blank lines

embedingModels/README.md:16 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### Aleternativ for 1,2,3"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md022.md

copy evry flie form here: https://huggingface.co/intfloat/multilingual-e5-large/tree/main
copy evry flie form here: [link](https://huggingface.co/intfloat/multilingual-e5-large/tree/main)

#### IMPORTANT

Expand Down

0 comments on commit bb31bcd

Please sign in to comment.