Directional-Stimulus-Prompting icon indicating copy to clipboard operation
Directional-Stimulus-Prompting copied to clipboard

NotImplementedError: Loading a dataset cached in a LocalFileSystem is not supported. After solving the problem, datasets conflicted with rl4lms

Open CathyKitten opened this issue 2 years ago • 0 comments

An error was encountered “NotImplementedError: Loading a dataset cached in a LocalFileSystem is not supported”. Then I looked at the issues on github, and it seemed like they had only been discovered in the last few days. The solution on github is to update the datasets package. But updating datasets will conflict with rl4lms, rl4lms will roll back the version, and then report several variables defined as null error; Updating the rl4lms will roll back the datasets version with an error message: LocalFileSystem is not supported. Another way is to upgrade the package, pip install fsspec==2023.9.2, but this will also report an undefined variable. The undefined variables are selected_data, test_data, and so on. 11 12 13

CathyKitten avatar Oct 28 '23 04:10 CathyKitten