-
Notifications
You must be signed in to change notification settings - Fork 7
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
About ransformers-4.46.2 #2
Comments
I'm sorry to say that we have discovered that the model will not correspond to the weight size if the test is executed in the same way. Is this not set correctly? These are reporting errors:Traceback (most recent call last): |
@Kirovsiki Sorry for the late reply. I found the GitHub messages are missed recently. I seems that the error you met is about the evaluator. Right? |
This would include when starting with app.py. I tried to retrain the model and it loaded successfully, and it can work fine for now.
This would include when starting with app.py. I tried to retrain the model and it loaded successfully, and it can work fine for now. |
Congrats to resolve that. If you could provide more info about the error, it will be beneficial to the community. |
Hi,it is very happy to see that you have shared your work, we noticed while configuring the environment that there are configuration conflicts here and perhaps need to work around them:
Using cached transformers-4.46.2-py3-none-any.whl.metadata (44 kB)
ERROR: Exception:
Traceback (most recent call last):
File "/home/kud/miniconda3/envs/motionclr2/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper
status = _inner_run()
File "/home/kud/miniconda3/envs/motionclr2/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run
return self.run(options, args)
File "/home/kud/miniconda3/envs/motionclr2/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 67, in wrapper
return func(self, options, args)
File "/home/kud/miniconda3/envs/motionclr2/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 379, in run
requirement_set = resolver.resolve(
File "/home/kud/miniconda3/envs/motionclr2/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve
result = self._result = resolver.resolve(
File "/home/kud/miniconda3/envs/motionclr2/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
state = resolution.resolve(requirements, max_rounds=max_rounds)
File "/home/kud/miniconda3/envs/motionclr2/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 457, in resolve
raise ResolutionTooDeep(max_rounds)
pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000
The text was updated successfully, but these errors were encountered: