Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPT4All Average: Error: File does not exist% #34

Open
mann1x opened this issue Aug 21, 2024 · 1 comment
Open

GPT4All Average: Error: File does not exist% #34

mann1x opened this issue Aug 21, 2024 · 1 comment

Comments

@mann1x
Copy link

mann1x commented Aug 21, 2024

I got this error:

GPT4All
Average: Error: File does not exist%

Here's the gist: https://gist.github.com/mann1x/0d00ee36e091984a714de0d5c742f625

Now I'm running it on another model, forgot to launch it with the debug option to leave the pod running.
Will try to capture the logs before it's too late.

@CrispStrobe
Copy link

CrispStrobe commented Sep 25, 2024

issue is:

The repository for super_glue contains custom code which must be executed to correctly load the dataset. You can inspect the repository content at https://hf.co/datasets/super_glue.
You can avoid this prompt in future by passing the argument `trust_remote_code=True`.
Do you wish to run the custom code? [y/N] Traceback (most recent call last): 
 ...
ValueError: The repository for super_glue contains custom code which must be executed to correctly load the dataset. You can inspect the repository content at https://hf.co/datasets/super_glue.
Please pass the argument `trust_remote_code=True` to allow custom code to be run.

easily fixed by exporting HF_DATASETS_TRUST_REMOTE_CODE=1 CrispStrobe@1b9c902

also i encountered (for one peculiar model) a problem with crash (of all tasks) because bfloat16 was not supported (RuntimeError: "triu_tril_cuda_template" not implemented for 'BFloat16'), was easily fixed of course master...CrispStrobe:llm-autoeval:master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants