openai / transformer-debugger

MIT License
4.01k stars 231 forks source link

Error with Ran out of input #30

Open ccp123456 opened 2 months ago

ccp123456 commented 2 months ago

I have fully followed the documentation for the relevant configuration, but when I tried to run the server with command ‘ python neuron_explainer/activation_server/main.py --model_name gpt2-small --port 8000’ ,an error occurred: magic_number = pickle_module.load(f, pickle_load_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EOFError: Ran out of input** How can I solve the above problem?