mirror of
https://github.com/FlagOpen/FlagEmbedding.git
synced 2025-06-27 02:39:58 +00:00
10 lines
128 B
Markdown
10 lines
128 B
Markdown
![]() |
install the required pkgs:
|
||
|
```
|
||
|
pip install -r requirements.txt
|
||
|
```
|
||
|
|
||
|
|
||
|
to host the webpages locally:
|
||
|
```
|
||
|
python -m http.server
|
||
|
```
|