File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
-r common.txt
3
3
4
4
numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
5
- numba == 0.61; python_version > '3.9'
5
+ numba == 0.61.2 ; python_version > '3.9'
6
6
7
7
# Dependencies for NVIDIA GPUs
8
8
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required for pipeline parallelism in V1.
Original file line number Diff line number Diff line change 2
2
-r common.txt
3
3
4
4
numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
5
- numba == 0.61; python_version > '3.9'
5
+ numba == 0.61.2 ; python_version > '3.9'
6
6
7
7
# Dependencies for AMD GPUs
8
8
awscli
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ genai_perf==0.0.8
42
42
tritonclient==2.51.0
43
43
44
44
numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
45
- numba == 0.61; python_version > '3.9'
45
+ numba == 0.61.2 ; python_version > '3.9'
46
46
numpy
47
47
runai-model-streamer==0.11.0
48
48
runai-model-streamer-s3==0.11.0
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ nltk==3.9.1
267
267
# via rouge-score
268
268
num2words==0.5.14
269
269
# via -r requirements/test.in
270
- numba==0.61.0
270
+ numba==0.61.2
271
271
# via
272
272
# -r requirements/test.in
273
273
# librosa
You can’t perform that action at this time.
0 commit comments