Bump the hf-hub dependency to 0.1.3. (#206)

This commit is contained in:
Laurent Mazare
2023-07-20 08:27:52 +02:00
committed by GitHub
parent 12d6dc018d
commit dc416243a3

View File

@ -22,7 +22,7 @@ cudarc = { git = "https://github.com/LaurentMazare/cudarc.git", branch = "cublas
# https://github.com/sarah-ek/gemm/pull/8.
# https://github.com/sarah-ek/gemm/pull/9.
gemm = { git = "https://github.com/LaurentMazare/gemm.git", branch = "f16-vec-plus-wasm-simd" }
hf-hub = "0.1.0"
hf-hub = "0.1.3"
half = { version = "2.3.1", features = ["num-traits"] }
intel-mkl-src = { version = "0.8.1", features = ["mkl-static-lp64-iomp"] }
libc = { version = "0.2.147" }