-
Notifications
You must be signed in to change notification settings - Fork 8
10 2 23 update #23
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
10 2 23 update #23
Conversation
update
examples/gen-ai-fastchat/README.md
Outdated
1. As mentioned above, **wait ~10 minutes** for the Recipe to download/install FastChat and the LLM model before continuing | ||
2. SSH into newly created AWS EC2 instance. | ||
3. The terraform module creates a key pair and adds the public key to the EC2 instance. It keeps the private key in the same folder from where the **terraform apply** was run. | ||
3. The terraform module creates a key pair and adds the public key to the EC2 instance. It keeps the private key in the same folder from where the **terraform apply** was run. (tf.private) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the filename is tfkey.private
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i updated that. After Talking to Lucas he wants me to write the Demo for AWS Cloudshell and see if we can simplify the instructions. I cant test until the module is updated with the AMI code changes.
examples/gen-ai-fastchat/README.md
Outdated
7. Your app will be proxied through gradio. See https://xxxxxxx.gradio.live URL that is generated during the run_demo.sh script execution. | ||
8. Open a browser and put the gradio url referenced in the prior step | ||
7. Now you can access the Fastchat by opening your browser and entering the following URL "http://<yourpublicip>:7860. | ||
8. Now you can enter your message or question in the chat prompt to see the Fastchat in action? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
? mark may not be needed at the end since this is not a question.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rewriting the demo piece to use Cloudshell
Missing AMI code from the example for genai fast chat
updated Readme as well to be more clear on running the module