Skip to content

Commit a6984fb

Browse files
authored
[CS-1525] Walk around the issue by using the older version of ray (#1924)
## Essential Elements of an Effective PR Description Checklist - [ ] The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)". - [ ] The test plan, such as providing test command. - [ ] The test results, such as pasting the results comparison before and after, or e2e results ## Purpose Walk around the issue CS-1525 by using the older version of ray ## Test Plan ## Test Result <!--- pyml disable-next-line no-emphasis-as-heading -->
1 parent e5892d5 commit a6984fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-hpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-r requirements-common.txt
33

44
# Dependencies for HPU code
5-
ray
5+
ray==2.47.1
66
triton==3.1.0
77
pandas
88
tabulate

0 commit comments

Comments
 (0)