besaleli commited on
Commit
b65201e
·
verified ·
1 Parent(s): 824df7d

Delete DuoGuard/DuoGuard-1.5B-transfer

Browse files
DuoGuard/DuoGuard-1.5B-transfer/DuoGuard-1.5B-transfer.aarch64-apple-darwin.encoderfile DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a29a2234002ac6ce7169a272c5b95a39bba8b332e4a865159256d03a5f5953d
3
- size 48053893
 
 
 
 
DuoGuard/DuoGuard-1.5B-transfer/DuoGuard-1.5B-transfer.aarch64-linux-gnu.encoderfile DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:327487d161e74ff115308f25e21ddb90541799ae4795f81788f181f9e51551d0
3
- size 52386301
 
 
 
 
DuoGuard/DuoGuard-1.5B-transfer/DuoGuard-1.5B-transfer.x86_64-apple-darwin.encoderfile DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:25aeb872c9d164eff45c6aa783e10facaafceada2904e3147a5462c4ed858f12
3
- size 52858841
 
 
 
 
DuoGuard/DuoGuard-1.5B-transfer/DuoGuard-1.5B-transfer.x86_64-linux-gnu.encoderfile DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c40095bd2ed7a79ec87af0b4da731e502d27611fdeaadbcad5f1f3659303093d
3
- size 57695405
 
 
 
 
DuoGuard/DuoGuard-1.5B-transfer/README.md DELETED
@@ -1,41 +0,0 @@
1
- # `DuoGuard/DuoGuard-1.5B-transfer` Encoderfiles
2
-
3
- **Generated with [Encoderfile](https://github.com/mozilla-ai/encoderfile) Encoderfile 0.5.1**
4
-
5
- Pre-built encoderfiles for [`DuoGuard/DuoGuard-1.5B-transfer`](https://huggingface.co/DuoGuard/DuoGuard-1.5B-transfer) — self-contained, executable embedding servers you can run without any Python or ML dependencies.
6
-
7
- ## Download
8
-
9
- Pick the binary for your platform:
10
-
11
- | Platform | File |
12
- |---|---|
13
- | macOS (Apple Silicon) | `DuoGuard-1.5B-transfer.aarch64-apple-darwin.encoderfile` |
14
- | macOS (Intel) | `DuoGuard-1.5B-transfer.x86_64-apple-darwin.encoderfile` |
15
- | Linux (x86_64) | `DuoGuard-1.5B-transfer.x86_64-linux-gnu.encoderfile` |
16
- | Linux (ARM64) | `DuoGuard-1.5B-transfer.aarch64-linux-gnu.encoderfile` |
17
-
18
- Or download directly (example for macOS Apple Silicon):
19
-
20
- ```bash
21
- wget https://huggingface.co/mozilla-ai/encoderfile/blob/main/DuoGuard/DuoGuard-1.5B-transfer/DuoGuard-1.5B-transfer.aarch64-apple-darwin.encoderfile
22
- chmod +x ./DuoGuard-1.5B-transfer.aarch64-apple-darwin.encoderfile
23
- ```
24
-
25
- ## Usage
26
-
27
- **Run as an embedding server:**
28
- ```bash
29
- ./DuoGuard-1.5B-transfer.aarch64-apple-darwin.encoderfile serve
30
- ```
31
-
32
- **Infer directly from the CLI:**
33
- ```bash
34
- ./DuoGuard-1.5B-transfer.aarch64-apple-darwin.encoderfile infer "this is a test"
35
- ```
36
-
37
- ## About Encoderfile
38
-
39
- Encoderfiles are self-contained executables that bundle a model and its runtime into a single binary. No Python, no dependencies — just download and run.
40
-
41
- Learn more at [mozilla-ai/encoderfile](https://github.com/mozilla-ai/encoderfile).