christobill

Results 14 comments of christobill

@congchan yes working with my models ie `mistral-7b` and `vicuna-7b` on default `data/dummy_conversation.json` and my custom data. No loops on your branch! Thank you :pray:

Hi @infwinston, could you have a look? :pray:

This also works: ``` curl -d 'frameworkId=YOUR_FRAMEWORK_ID' -X POST http://YOUR_MESOS_URL:5050/master/teardown ```

@asdfsx what I meant is: you are absolutely right, doc/README.md is not up-to-date. You should reopen the issue.

README.md should be changed like this: 2 Shutdown the hdfs framework in Mesos: curl -d "frameworkId=YOUR_FRAMEWORK_ID" -X POST http://YOUR_MESOS_URL:5050/master/teardown (or curl -d "frameworkId=YOUR_FRAMEWORK_ID" -X POST http://YOUR_MESOS_URL:5050/master/shutdown for mesos

@asdfsx concerning your docker issue. Stop the docker container. Get the framework id in mesos UI. curl -d "frameworkId=YOUR_FRAMEWORK_ID" -X POST http://YOUR_MESOS_URL:5050/master/teardown (or curl -d "frameworkId=YOUR_FRAMEWORK_ID" -X POST http://YOUR_MESOS_URL:5050/master/shutdown for...

I had the same problem, 3 changes solved the issue for me: 1. mesosdns in mesos-site.xml changed to true (but I guess you will need to deploy mesos-dns in marathon)...

I had the same problem, 3 changes solved the issue for me: 1. mesosdns in mesos-site.xml changed to true (but I guess you will need to deploy mesos-dns in marathon)...

Same error for me

@akarasev You shouldn't use `sbt run`. See https://github.com/chandu0101/scalajs-react-template/pull/7 or https://github.com/christobill/scalajs-react-template to see how to launch with workbench.