Skip to content

Commit 98a82dc

Browse files
author
mike dupont
committed
patching adding the npm version
``` git log --patch -1 | pastebinit -b pastebin.com ``` gives https://pastebin.com/BcNhS91b and downlaoding the raw to a text `curl https://pastebin.com/raw/BcNhS91b > patch.txt` and apply `git apply < patch.txt`
1 parent 9a05f71 commit 98a82dc

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

npm/linux-arm64-gnu/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `@anush008/tokenizers-linux-arm64-gnu`
2+
3+
This is the **arm64-unknown-linux-gnu** binary for `@anush008/tokenizers`

npm/linux-arm64-gnu/package.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "@anush008/tokenizers-linux-x64-gnu",
3+
"version": "0.0.0",
4+
"os": [
5+
"linux"
6+
],
7+
"cpu": [
8+
"arm64"
9+
],
10+
"main": "tokenizers.linux-arm64-gnu.node",
11+
"files": [
12+
"tokenizers.linux-arm64-gnu.node"
13+
],
14+
"description": "Multi-arch builds of HuggingFace tokenizers",
15+
"license": "MIT",
16+
"engines": {
17+
"node": ">= 10"
18+
},
19+
"repository": "https://github.com/Anush008/tokenizers",
20+
"libc": [
21+
"glibc"
22+
]
23+
}

0 commit comments

Comments
 (0)