sapiens-gpt 3.0.7__tar.gz → 3.0.8__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.
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/PKG-INFO +2 -2
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/sapiens_gpt.egg-info/PKG-INFO +2 -2
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/sapiens_gpt.egg-info/requires.txt +1 -1
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/setup.py +2 -2
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/LICENSE.txt +0 -0
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/sapiens_gpt/__init__.py +0 -0
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/sapiens_gpt/sapiens_gpt.py +0 -0
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/sapiens_gpt.egg-info/SOURCES.txt +0 -0
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/sapiens_gpt.egg-info/dependency_links.txt +0 -0
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/sapiens_gpt.egg-info/top_level.txt +0 -0
- {sapiens_gpt-3.0.7 → sapiens_gpt-3.0.8}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: sapiens_gpt
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.8
|
|
4
4
|
Home-page: https://github.com/sapiens-technology/sapiens_gpt
|
|
5
5
|
Author: SAPIENS TECHNOLOGY
|
|
6
6
|
License: Proprietary Software
|
|
@@ -10,7 +10,7 @@ Requires-Dist: numpy==1.25.2
|
|
|
10
10
|
Requires-Dist: tiktoken==0.4.0
|
|
11
11
|
Requires-Dist: tqdm==4.67.1
|
|
12
12
|
Requires-Dist: certifi==2026.1.4
|
|
13
|
-
Requires-Dist: torch-xla
|
|
13
|
+
Requires-Dist: torch-xla; platform_system == "Linux" and platform_machine == "x86_64"
|
|
14
14
|
Dynamic: author
|
|
15
15
|
Dynamic: home-page
|
|
16
16
|
Dynamic: license
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: sapiens_gpt
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.8
|
|
4
4
|
Home-page: https://github.com/sapiens-technology/sapiens_gpt
|
|
5
5
|
Author: SAPIENS TECHNOLOGY
|
|
6
6
|
License: Proprietary Software
|
|
@@ -10,7 +10,7 @@ Requires-Dist: numpy==1.25.2
|
|
|
10
10
|
Requires-Dist: tiktoken==0.4.0
|
|
11
11
|
Requires-Dist: tqdm==4.67.1
|
|
12
12
|
Requires-Dist: certifi==2026.1.4
|
|
13
|
-
Requires-Dist: torch-xla
|
|
13
|
+
Requires-Dist: torch-xla; platform_system == "Linux" and platform_machine == "x86_64"
|
|
14
14
|
Dynamic: author
|
|
15
15
|
Dynamic: home-page
|
|
16
16
|
Dynamic: license
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# --------------------------> A SAPIENS TECHNOLOGY®️ PRODUCTION) <--------------------------
|
|
6
6
|
from setuptools import setup, find_packages
|
|
7
7
|
package_name = 'sapiens_gpt'
|
|
8
|
-
version = '3.0.
|
|
8
|
+
version = '3.0.8'
|
|
9
9
|
setup(
|
|
10
10
|
name=package_name,
|
|
11
11
|
version=version,
|
|
@@ -17,7 +17,7 @@ setup(
|
|
|
17
17
|
'tiktoken==0.4.0',
|
|
18
18
|
'tqdm==4.67.1',
|
|
19
19
|
'certifi==2026.1.4',
|
|
20
|
-
"torch-xla
|
|
20
|
+
"torch-xla; platform_system=='Linux' and platform_machine=='x86_64'"
|
|
21
21
|
],
|
|
22
22
|
url='https://github.com/sapiens-technology/sapiens_gpt',
|
|
23
23
|
license='Proprietary Software'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|