mikeobr
mikeobr
This is happening due to this line: https://github.com/awslabs/multi-model-server/blob/4d45a1c51e414c5d8bbfecc99b3b460de221f6f5/mms/model_server.py#L103 because the forward slashes don't work in windows. For it to be OS independent, it should be something like this: ".;{}".format(os.path.normpath(os.path.join(mms_home, "mms/frontend/*")))
@vdantu not sure if this falls under this issue, but I found my MMS custom service having issues when I was posting a url with Unicode characters, for example: http://example.test/你好...
@frankfliu, thanks, that explanation makes sense why the default encoding is different. I have logged this as a different issue: https://github.com/awslabs/multi-model-server/issues/883
Specifically for part-1, the server and client. From the client.sh # Install Consul. This creates... # 1 - a default /etc/consul.d/consul.hcl # 2 - a default systemd consul.service file However...
No changes outside the provider to target my aws account's role. This was only for part-1 IAC, I jumped to part-4 and it works there since it's creating the systemd...