Skip to content

Commit

Permalink
Merge pull request #476 from satveerkhurpa/main
Browse files Browse the repository at this point in the history
Removed static entries in the variables. Updated comments
  • Loading branch information
rodzanto authored Feb 4, 2025
2 parents 16019e2 + 8542bdc commit d160610
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"\n",
"client = boto3.client(service_name = 'bedrock', region_name=region)\n",
"\n",
"hf_model_id = \"deepseek-ai/DeepSeek-R1-Distill-Llama-8B\" # The id of the model\n",
"model_id = \"arn:aws:bedrock:us-west-2:506556589049:imported-model/xpfqjbcs2bs1\" #The ARN of the model imported using Custom Model Import\n",
"hf_model_id = \"<The id of the model>\" # Replace the value with the id of the model\n",
"model_id = \"<arn of the model imported using Bedrock Custom Model Import>\" # Replace the value with the ARN of the model imported using Custom Model Import\n",
"\n",
"# Enable hf_transfer for faster downloads\n",
"os.environ[\"HF_HUB_ENABLE_HF_TRANSFER\"] = \"1\""
Expand Down

0 comments on commit d160610

Please sign in to comment.