- https://console.cloud.google.com/
c3-standard-8- Change boot disk to
500 GB - Ubuntu 24.04 LTS
- https://www.oracle.com/cloud/sign-in.html - use account name
andreacarbajal - Sign in with
OracleIdentityCloudService - Use the email address and password to login
- Use Oracle Authenticator to confirm
- Create EKS cluster as explained at https://www.eksworkshop.com/docs/introduction/setup/your-account/ using VSCode option.
m7i.4xlargeandm5.4xlargeis causing this issue. Use this command instead to create the cluster:
This will create a three-node EKS cluster usingexport EKS_CLUSTER_NAME=eks-workshop #curl -fsSL https://raw.githubusercontent.com/aws-samples/eks-workshop-v2/stable/cluster/eksctl/cluster.yaml | sed -e 's/m5.large/m7i.4xlarge/g' -e 's/: 3/: 1/g' | \ curl -fsSL https://raw.githubusercontent.com/aws-samples/eks-workshop-v2/stable/cluster/eksctl/cluster.yaml | sed -e 's/m5.large/m5.4xlarge/g' | \ envsubst | eksctl create cluster -f -m5.4xlargeinstead of the defaultm5.largeinstance type. Here is the final output:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://teams.microsoft.com/l/meetup-join/19:meeting_ZWQ5NWY3ZjgtNGY4NS00MTg0LThmZmYtMjY2ZDU5OTkwZmUx@thread.v2/0?context=%7B%22Tid%22:%220f9e35db-544f-4f60-bdcc-5ea416e6dc70%22,%22Oid%22:%22d4362d76-0393-4c11-8e67-c5d1d25cb3bc%22%7D |
- Install Python 3.11.6 from https://www.python.org/downloads/macos/. Python is installed in
/Library/Frameworks/Python.framework. The default command names aspython3andpip3.- Python 3.12 is broken with OpenAI: https://community.openai.com/t/error-installing-openai-aiohttps-error-on-python-3-12/456052/6
- Create a new virtual environment:
python3 -m venv llm - Activate the environment:
cd llm; source bin/activate - Upgrade pip:
pip install --upgrade pip - Check the environment:
pip list Package Version ---------- -------
- This sample will use TeaVM transpiler to convert Java code into WebAssembly. Create a new TeaVM project using Maven:
mvn -DarchetypeCatalog=local \ -DarchetypeGroupId=org.teavm \ -DarchetypeArtifactId=teavm-maven-webapp \ -DarchetypeVersion=0.8.1 archetype:generate - Package the
.warfile:
- Install
rustupand the latest version of Rustarungupt@Aruns-MBP-52212 ~ % curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh info: downloading installer Welcome to Rust! This will download and install the official compiler for the Rust programming language, and its package manager, Cargo.
- Talk about Intel Developer Cloud? (2-3 slides?)
- What is the service?
- Audience (why would they come here)
- What is offered today?
- How is it different or aligned with other CSPs?
- Walk them through cloud.intel.com
- Sign up and login
- Walk through the UI
- Show different instances and explain their meaning/purpose
- How do you spin up a SPR instance?