embed-anything-gpu 0.7.2__tar.gz → 0.7.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/Cargo.lock +4 -4
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/Cargo.toml +2 -2
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/PKG-INFO +1 -1
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/LICENSE +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/README.md +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/Cargo.toml +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/README.md +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/docx_processor.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/html_processor.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/lib.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/markdown_processor.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/pdf_processor.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/command.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/error.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/input.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/output_boxes.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/output_config_parameters.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/output_data.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/parse_line_util.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/processor.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/txt_processor.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/video_processor.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/pyproject.toml +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/Cargo.toml +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/README.md +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/__init__.py +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/_embed_anything.pyi +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/libiomp5md.dll +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/py.typed +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/vectordb.py +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/config.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/lib.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/models/colbert.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/models/colpali.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/models/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/models/reranker.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/s3_client.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/Cargo.toml +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/README.md +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/audio.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/bert.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/clip.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/cloud.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/cohere_pdf.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/colbert.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/colpali.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/colsmol.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/dino.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/late_chunking.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/model2vec.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/ort_models.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/reranker.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/splade.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/web_embed.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/chunkers/cumulative.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/chunkers/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/chunkers/statistical.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/config.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/cloud/cohere.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/cloud/gemini.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/cloud/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/cloud/openai.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/audio.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/builder.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/embedder.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/text.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/types.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/vision.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/bert.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/clip.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/colbert.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/colpali.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/colpali_ort.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/colsmol.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/gemma3.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/jina.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/model2vec.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/model_info.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/modernbert.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/ort_bert.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/ort_colsmol.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/ort_jina.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/pooling.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/qwen3.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/text_embedding.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/vision_encoder.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/utils.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_loader.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/audio_processor.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/melfilters.bytes +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/melfilters128.bytes +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/pcm_decode.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/hf_hub_utils.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/lib.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/bert.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/clip/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/clip/text_model.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/clip/vision_model.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/colpali.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/dinov2.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/gemma.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/gemma3.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/idefics3/array_processing.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/idefics3/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/idefics3/model.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/idefics3/tensor_processing.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/jina_bert.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/llama.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/modernbert.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/paligemma.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/quantized_qwen3.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/qwen3.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/siglip.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/with_tracing.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/reranker/mod.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/reranker/model.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/reranker/qwen3.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/s3_loader.rs +0 -0
- {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/text_loader.rs +0 -0
|
@@ -2216,7 +2216,7 @@ dependencies = [
|
|
|
2216
2216
|
|
|
2217
2217
|
[[package]]
|
|
2218
2218
|
name = "embed_anything"
|
|
2219
|
-
version = "0.7.
|
|
2219
|
+
version = "0.7.3"
|
|
2220
2220
|
dependencies = [
|
|
2221
2221
|
"accelerate-src",
|
|
2222
2222
|
"anyhow",
|
|
@@ -2262,7 +2262,7 @@ dependencies = [
|
|
|
2262
2262
|
|
|
2263
2263
|
[[package]]
|
|
2264
2264
|
name = "embed_anything_python"
|
|
2265
|
-
version = "0.7.
|
|
2265
|
+
version = "0.7.3"
|
|
2266
2266
|
dependencies = [
|
|
2267
2267
|
"embed_anything",
|
|
2268
2268
|
"processors-rs",
|
|
@@ -5236,7 +5236,7 @@ dependencies = [
|
|
|
5236
5236
|
|
|
5237
5237
|
[[package]]
|
|
5238
5238
|
name = "processors-rs"
|
|
5239
|
-
version = "0.7.
|
|
5239
|
+
version = "0.7.3"
|
|
5240
5240
|
dependencies = [
|
|
5241
5241
|
"anyhow",
|
|
5242
5242
|
"docx-parser",
|
|
@@ -6345,7 +6345,7 @@ dependencies = [
|
|
|
6345
6345
|
|
|
6346
6346
|
[[package]]
|
|
6347
6347
|
name = "server"
|
|
6348
|
-
version = "0.7.
|
|
6348
|
+
version = "0.7.3"
|
|
6349
6349
|
dependencies = [
|
|
6350
6350
|
"actix-multipart",
|
|
6351
6351
|
"actix-web",
|
|
@@ -11,7 +11,7 @@ description = "Embed anything at lightning speed"
|
|
|
11
11
|
repository = "https://github.com/StarlightSearch/EmbedAnything"
|
|
12
12
|
authors = ["Akshay Ballal <arballal95@gmail.com>"]
|
|
13
13
|
exclude = ["test_files/*", "python", "*.py", "pyproject.toml", "examples/images/*", "mkdocs.yml", "docs/*", "tests/*", ".github", "Dockerfile", "docs"]
|
|
14
|
-
version = "0.7.
|
|
14
|
+
version = "0.7.3"
|
|
15
15
|
|
|
16
16
|
[workspace.dependencies]
|
|
17
17
|
pdf-extract = "0.9.0"
|
|
@@ -19,7 +19,7 @@ candle-nn = { version = "0.11.0" }
|
|
|
19
19
|
candle-transformers = { version = "0.11.0" }
|
|
20
20
|
candle-core = { version = "0.11.0" }
|
|
21
21
|
candle-flash-attn = { version = "0.11.0" }
|
|
22
|
-
processors-rs = { path = "processors", version = "=0.7.
|
|
22
|
+
processors-rs = { path = "processors", version = "=0.7.3" }
|
|
23
23
|
|
|
24
24
|
strum = "0.27.1"
|
|
25
25
|
strum_macros = "0.27.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/command.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/output_boxes.rs
RENAMED
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/output_data.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/libiomp5md.dll
RENAMED
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/vectordb.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/colpali_ort.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/model2vec.rs
RENAMED
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/model_info.rs
RENAMED
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/modernbert.rs
RENAMED
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/ort_colsmol.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/text_embedding.rs
RENAMED
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/vision_encoder.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/melfilters.bytes
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/pcm_decode.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/idefics3/array_processing.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/idefics3/tensor_processing.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|