mirror of
https://github.com/qdrant/fastembed.git
synced 2026-09-22 14:07:51 -05:00
Compare commits
7
Commits
main
...
v0.7.4-gpu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
786cb11951 | ||
|
|
54d40b8db4 | ||
|
|
8bb3f8519c | ||
|
|
a03ecea5a1 | ||
|
|
12f678b890 | ||
|
|
b8363e797d | ||
|
|
24ef7849f3 |
@@ -1,10 +1,11 @@
|
||||
name: Tests
|
||||
run-name: Tests (gpu)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master, main, gpu ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
@@ -22,22 +23,6 @@ jobs:
|
||||
- '3.13.x'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
- windows-latest
|
||||
exclude:
|
||||
# Exclude 3.10–3.12 for macOS and Windows
|
||||
- os: macos-latest
|
||||
python-version: '3.10.x'
|
||||
- os: macos-latest
|
||||
python-version: '3.11.x'
|
||||
- os: macos-latest
|
||||
python-version: '3.12.x'
|
||||
- os: windows-latest
|
||||
python-version: '3.10.x'
|
||||
- os: windows-latest
|
||||
python-version: '3.11.x'
|
||||
- os: windows-latest
|
||||
python-version: '3.12.x'
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
||||
Generated
-4997
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -1,5 +1,5 @@
|
||||
[tool.poetry]
|
||||
name = "fastembed"
|
||||
name = "fastembed-gpu"
|
||||
version = "0.7.4"
|
||||
description = "Fast, light, accurate library built for retrieval embedding generation"
|
||||
authors = ["Qdrant Team <info@qdrant.tech>", "NirantK <nirant.bits@gmail.com>"]
|
||||
@@ -20,7 +20,7 @@ numpy = [
|
||||
{ version = ">=2.1.0", python = ">=3.13,<3.14" },
|
||||
{ version = ">=2.3.0", python = ">=3.14" },
|
||||
]
|
||||
onnxruntime = [
|
||||
onnxruntime-gpu = [
|
||||
{ version = ">=1.17.0,<1.20.0", python = "<3.10" },
|
||||
{ version = ">1.20.0", python = ">=3.13" },
|
||||
{ version = ">=1.17.0,!=1.20.0", python = ">=3.10,<3.13" },
|
||||
|
||||
Reference in New Issue
Block a user