remove gfx1102 for llama build
This commit is contained in:
parent
9ba38e0a71
commit
be6be8a529
@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|||||||
# For bitsandbytes
|
# For bitsandbytes
|
||||||
ENV BNB_GPU_TARGETS="gfx803;gfx900;gfx906;gfx908;gfx90a;gfx1010;gfx1030;gfx1100;gfx1101;gfx1102"
|
ENV BNB_GPU_TARGETS="gfx803;gfx900;gfx906;gfx908;gfx90a;gfx1010;gfx1030;gfx1100;gfx1101;gfx1102"
|
||||||
# For LLAMA
|
# For LLAMA
|
||||||
ENV GPU_TARGETS="gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1030 gfx1100 gfx1101 gfx1102"
|
ENV GPU_TARGETS="gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1030 gfx1100 gfx1101"
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user