Skip to content

Commit

Permalink
testing daulet/tokenizers
Browse files Browse the repository at this point in the history
  • Loading branch information
pschroedl committed Aug 1, 2024
1 parent f6e5909 commit aa7c9d1
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ run_*.sh

# mac autogenerated file
.DS_Store

cmd/livepeer/__debug*
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ require (
github.com/containerd/containerd v1.7.0-beta.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
github.com/daulet/tokenizers v0.8.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
Expand Down Expand Up @@ -241,6 +242,6 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
)

replace github.com/livepeer/lpms => /home/ricks/development/livepeer/ai/lpms
replace github.com/livepeer/lpms => /home/administrator/AI_SPE/lpms

replace github.com/livepeer/ai-worker => /home/ricks/development/livepeer/ai/ai-worker
replace github.com/livepeer/ai-worker => /home/administrator/AI_SPE/ai-worker
Loading

0 comments on commit aa7c9d1

Please sign in to comment.