anyscale / academy

Ray tutorials from Anyscale
https://anyscale.com
Apache License 2.0
567 stars 195 forks source link

file_1 and file_2 missing from crash course #106

Open chinghuachen opened 1 year ago

chinghuachen commented 1 year ago

I tried to run

obj_ref_arr1 = read_array.remote("data/file_1.txt") print(f"array 1: {obj_ref_arr1}")

and received

raise IOError("%s not found." % path) OSError: data/file_1.txt not found.