Skip to content
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

FIX: Rerun Output for Audio Converter Notebook #645

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 10 additions & 18 deletions doc/code/converters/3_audio_converters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "1",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"audio_path: C:\\Users\\nichikan\\source\\repos\\PyRIT-internal\\PyRIT\\dbdata\\prompt-memory-entries\\audio\\1736285919808076.wav\n"
"audio_path: C:\\Users\\nichikan\\source\\repos\\PyRIT-internal\\PyRIT\\dbdata\\prompt-memory-entries\\audio\\1736987611650297.wav\n"
]
}
],
Expand Down Expand Up @@ -51,7 +51,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"id": "3",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -96,15 +96,15 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"id": "5",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"audio_path: C:\\Users\\nichikan\\source\\repos\\PyRIT-internal\\PyRIT\\dbdata\\prompt-memory-entries\\audio\\1736285922070776.wav\n"
"audio_path: C:\\Users\\nichikan\\source\\repos\\PyRIT-internal\\PyRIT\\dbdata\\prompt-memory-entries\\audio\\1736987613874725.wav\n"
]
}
],
Expand All @@ -131,7 +131,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"id": "6",
"metadata": {},
"outputs": [],
Expand All @@ -158,23 +158,15 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"id": "8",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Error during table creation: (pyodbc.ProgrammingError) ('42000', \"[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Cannot open server 'airtdev' requested by the login. Client with IP address '24.143.98.41' is not allowed to access the server. To enable access, use the Azure Management Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect. (40615) (SQLDriverConnect); [42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Cannot open server 'airtdev' requested by the login. Client with IP address '24.143.98.41' is not allowed to access the server. To enable access, use the Azure Management Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect. (40615)\")\n",
"(Background on this error at: https://sqlalche.me/e/20/f405)\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"https://airtstorageaccountdev.blob.core.windows.net/dbdata/prompt-memory-entries/audio/1736285930594797.wav\n"
"https://airtstorageaccountdev.blob.core.windows.net/dbdata/prompt-memory-entries/audio/1736987624655216.wav\n"
]
}
],
Expand Down Expand Up @@ -202,7 +194,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"id": "10",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -233,7 +225,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"id": "11",
"metadata": {},
"outputs": [],
Expand Down
Loading