mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 03:14:53 +00:00
update to 1.21
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
This commit is contained in:
parent
ae0c9dfb62
commit
a5e889d037
@ -1,5 +1,5 @@
|
||||
# Those arguments are required to build the image
|
||||
ARG HABANA_VERSION=1.20.0
|
||||
ARG HABANA_VERSION=1.21.0
|
||||
ARG PYTORCH_VERSION=2.6.0
|
||||
|
||||
# Rust builder
|
||||
|
@ -2,7 +2,7 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
mkfile_dir := $(dir $(mkfile_path))
|
||||
root_dir := ${mkfile_dir}/../..
|
||||
|
||||
HABANA_VERSION := 1.20.0
|
||||
HABANA_VERSION := 1.21.0
|
||||
PYTORCH_VERSION := 2.6.0
|
||||
|
||||
.PHONY: image run-local-dev-container install-dependencies install-server install-router install-launcher local-dev-install
|
||||
|
Loading…
Reference in New Issue
Block a user