-
Notifications
You must be signed in to change notification settings - Fork 33
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
Refactor the dispatching functions #246
Comments
I'm not sure what typer refers to, could you give me a more specific explanation? |
Refer to this package: |
When I tried to execute “sh scripts/start_service.sh” according to CONTRIBUTING.md to Install Service, I found that there was no file named "start_service.sh" in the scripts file. |
@univerone Could you help update the CONTRIBUTING.MD and README.MD according to the recent merged PRs? |
When I try to install model CI in a new enviroment with python 3.7.1 ,I meet following problem: Installing Conda environment...OK I have tried all the possible reason that may cause failure of installation but still cant't moving forward. |
Have you try start modelci service? In my point of view, a warning does not indicate the installation fails. You can ignore them. |
I am confused about the specific version requirements and dependencies of each package. This is an error that occurred when I started the service according to the contribution.md, which seems to be related with 'protobuf'. (Note: This environment is the new environment I configured this morning and satisfied the requirements of the environment in contributing.md) (modelci) zqc@zqc-Lenovo-Y520-15IKBN:~/ML-Model-CI$ python modelci/cli/init.py service init Before that, I strictly followed the steps of contributing.md to install the required environment. In addition, the version requirements of tensorflow and scipy in environment.yml conflict There are also contradictions between the requirements in enviroment.yml and requirements.txt |
I create a new enviroment and install the grpc_tools.The installation of modelci was successful, but this error occurred when I start the modelci service (modelci2) zqc@zqc-Lenovo-Y520-15IKBN:~/ML-Model-CI$ modelci service init |
You should go through As we are rapidly developing, the env in |
OK! |
I have always followed the steps of CONTRIBUTING.md.Only refer to requirements.txt on the version of pytorch-lightning, The versions of other packages are the same as environment.yml. Regarding the problem I encountered, I have created a new issue #252 # |
Actually, you don't need the pytorch lightning for this function. There may be some version conflicts between pytorch lightning and protobuf. You can try StackOverflow for the solution, feel free to comment on #252 if you can't get started. |
Dispatch with model ID to a machine learning online service with a CLI.
The text was updated successfully, but these errors were encountered: