Spaces:
Sleeping
Sleeping
ffreemt
commited on
Commit
·
08be590
1
Parent(s):
0e167ee
Update README.md modles: BAAI/bge-m3
Browse files- README.md +1 -0
- m3_server.py +1 -1
README.md
CHANGED
|
@@ -6,6 +6,7 @@ colorTo: gray
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: true
|
| 8 |
license: mit
|
|
|
|
| 9 |
---
|
| 10 |
Swagger UI at https://mikeee-baai-m3.hf.space/docs
|
| 11 |
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: true
|
| 8 |
license: mit
|
| 9 |
+
models: BAAI/bge-m3
|
| 10 |
---
|
| 11 |
Swagger UI at https://mikeee-baai-m3.hf.space/docs
|
| 12 |
|
m3_server.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
impor os
|
| 2 |
import asyncio
|
|
|
|
| 3 |
import time
|
| 4 |
from concurrent.futures import ThreadPoolExecutor
|
| 5 |
from typing import List, Tuple, Union
|
|
|
|
|
|
|
| 1 |
import asyncio
|
| 2 |
+
import os
|
| 3 |
import time
|
| 4 |
from concurrent.futures import ThreadPoolExecutor
|
| 5 |
from typing import List, Tuple, Union
|