- Workshop Studio で起動している既存の Amazon Braket (Amazon SageMaker AI) Notebook
ml.t3.2xlargeを停止 (Stop) する。 - Amazon SageMaker AI サービスの画面で、インスタンスタイプを
ml.p3.2xlargeに変更する。https://us-east-1.console.aws.amazon.com/sagemaker/home?region=us-east-1#/notebook-instances - その Notebook インスタンスを起動 (Start) する。
- Jupyter の kernel config
vi ~/.local/share/jupyter/kernels/docker_cudaq/kernel.jsonに3行追記。 https://gist.github.com/hariby/47c2a32755969f4fb3c6235d718390a7#file-kernel-json-L8-L10
- cudaq_target.ipynb
- n = 26 まで
for n in range(10, 27):
- n = 26 まで