rakam-eval-sdk 0.2.4rc4__tar.gz → 0.2.4rc5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rakam_eval_sdk-0.2.4rc4 → rakam_eval_sdk-0.2.4rc5}/PKG-INFO +1 -1
- {rakam_eval_sdk-0.2.4rc4 → rakam_eval_sdk-0.2.4rc5}/pyproject.toml +1 -1
- {rakam_eval_sdk-0.2.4rc4 → rakam_eval_sdk-0.2.4rc5}/src/rakam_eval_sdk/cli.py +2 -2
- {rakam_eval_sdk-0.2.4rc4 → rakam_eval_sdk-0.2.4rc5}/src/rakam_eval_sdk/schema.py +0 -1
- {rakam_eval_sdk-0.2.4rc4 → rakam_eval_sdk-0.2.4rc5}/README.md +0 -0
- {rakam_eval_sdk-0.2.4rc4 → rakam_eval_sdk-0.2.4rc5}/src/rakam_eval_sdk/__init__.py +0 -0
- {rakam_eval_sdk-0.2.4rc4 → rakam_eval_sdk-0.2.4rc5}/src/rakam_eval_sdk/client.py +0 -0
- {rakam_eval_sdk-0.2.4rc4 → rakam_eval_sdk-0.2.4rc5}/src/rakam_eval_sdk/decorators.py +0 -0
- {rakam_eval_sdk-0.2.4rc4 → rakam_eval_sdk-0.2.4rc5}/src/rakam_eval_sdk/utils/decorator_utils.py +0 -0
|
@@ -6,7 +6,7 @@ import uuid
|
|
|
6
6
|
from datetime import datetime
|
|
7
7
|
from pathlib import Path
|
|
8
8
|
from pprint import pprint
|
|
9
|
-
from typing import Any, Dict, List, Optional, Tuple, Union,Set
|
|
9
|
+
from typing import Any, Dict, List, Optional, Tuple, Union, Set
|
|
10
10
|
|
|
11
11
|
import typer
|
|
12
12
|
from dotenv import load_dotenv
|
|
@@ -537,7 +537,7 @@ def compare(
|
|
|
537
537
|
"--tag",
|
|
538
538
|
help="Label identifying a reference testcase",
|
|
539
539
|
),
|
|
540
|
-
run:
|
|
540
|
+
run: List[int] = typer.Option(
|
|
541
541
|
[],
|
|
542
542
|
"--run",
|
|
543
543
|
help="Run ID identifying an evaluation testcase",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rakam_eval_sdk-0.2.4rc4 → rakam_eval_sdk-0.2.4rc5}/src/rakam_eval_sdk/utils/decorator_utils.py
RENAMED
|
File without changes
|