This file contains 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
#!/bin/bash | |
### steps #### | |
# verify the system has a cuda-capable gpu | |
# download and install the nvidia cuda toolkit and cudnn | |
# setup environmental variables | |
# verify the installation | |
### | |
### to verify your gpu is cuda enable check |
This file contains 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
// 使い方: | |
// 1. OpenAIのAPI keyを取得する→(https://platform.openai.com/account/api-keys | |
// 2. https://script.google.com/home/ にアクセスし、新しいプロジェクトを作成する。 | |
// 3. 作成したプロジェクトを開き、このコード全文をエディタにコピペする。API Keyとメールアドレスを埋める。 | |
// 4. この時点でコードエディタ画面上部の実行ボタン(再生マーク)を押して正しく実行できるか確認しておくと良い | |
// 5. 左カラムからトリガー設定画面(目覚ましアイコン)を開き、よしなに自動実行を設定する。 | |
// 参考にさせていただいたスクリプト: | |
// https://script.google.com/home/projects/1M6yhI6PTaFpvcZeRVycmJZoh2LhUL_Zk64pxwDYCLjD1K14Qirf7Nov- | |
// https://twitter.com/niniziv/status/1638155751515631617 |
This file contains 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
{"seed": 374894, "temp": 0.7, "top_p": 0.0, "top_k": 40, "repetition_penalty": 1.1764705882352942, "max_seq_len": 512, "max_gen_len": 511} | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Loading | |
Loaded in 8.72 seconds | |
============== sample 1 ================= | |
I believe the meaning of life is to grow, learn and give. |