File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ COPY . .
3939
4040# HuggingFace tokenizer bindings
4141RUN mkdir -p lib
42- RUN curl -L https://github.com/daulet/tokenizers/releases/download/v1.20.2 /libtokenizers.${TARGETOS}-${TARGETARCH}.tar.gz | tar -xz -C lib
42+ RUN curl -L https://github.com/daulet/tokenizers/releases/download/v1.22.1 /libtokenizers.${TARGETOS}-${TARGETARCH}.tar.gz | tar -xz -C lib
4343RUN ranlib lib/*.a
4444
4545# Build
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ help: ## Print help
2727LDFLAGS ?= -extldflags '-L$(shell pwd) /lib'
2828CGO_ENABLED =1
2929TOKENIZER_LIB = lib/libtokenizers.a
30- TOKENIZER_RELEASE = v1.20.2
30+ TOKENIZER_RELEASE = v1.22.1
3131
3232.PHONY : download-tokenizer
3333download-tokenizer : $(TOKENIZER_LIB )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.1
44
55require (
66 github.com/cespare/xxhash/v2 v2.3.0
7- github.com/daulet/tokenizers v1.20.2
7+ github.com/daulet/tokenizers v1.22.1
88 github.com/fxamacker/cbor/v2 v2.7.0
99 github.com/hashicorp/golang-lru/v2 v2.0.7
1010 github.com/pebbe/zmq4 v1.4.0
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ github.com/bsm/gomega v1.27.10/go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0
77github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
88github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
99github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
10- github.com/daulet/tokenizers v1.20.2 h1:tlq/vIOiBTKDPets3596aFvmJYLn3XI6LFKq4q9LKhQ =
11- github.com/daulet/tokenizers v1.20.2 /go.mod h1:tGnMdZthXdcWY6DGD07IygpwJqiPvG85FQUnhs/wSCs =
10+ github.com/daulet/tokenizers v1.22.1 h1:3wzAFIxfgRuqGKka8xdkeTbctDmmqOOs12GofqdorpM =
11+ github.com/daulet/tokenizers v1.22.1 /go.mod h1:tGnMdZthXdcWY6DGD07IygpwJqiPvG85FQUnhs/wSCs =
1212github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1313github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1414github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
You can’t perform that action at this time.
0 commit comments