We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6161c41 + 11d4fbf commit a9b536dCopy full SHA for a9b536d
oss-torch-connector/osstorchconnector/_oss_connector/oss_connector.pyi
@@ -19,6 +19,7 @@ class DataObject:
19
def err(self) -> int: ...
20
def error_msg(self) -> str: ...
21
def copy(self) -> DataObject: ...
22
+ def seekable(self) -> bool: ...
23
24
25
class DataSet:
oss-torch-connector/pyproject.toml
@@ -5,11 +5,12 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "osstorchconnector"
7
version = "1.0.0rc1"
8
-description = "OSS connector for AI/ML"
+description = "OSS torch connector for AI/ML"
9
requires-python = ">=3.8,<3.14"
10
readme = "README.md"
11
dependencies = [
12
"torch >= 2.0",
13
+ "safetensors >= 0.3.0",
14
]
15
classifiers = [
16
"Development Status :: 4 - Beta",
0 commit comments