programasweights 0.1.0.dev2__py3-none-any.whl → 0.1.0.dev3__py3-none-any.whl

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.
@@ -19,7 +19,7 @@ API reference:
19
19
  paw.api_key API key (set via login() or PAW_API_KEY env var)
20
20
  """
21
21
 
22
- __version__ = "0.1.0.dev2"
22
+ __version__ = "0.1.0.dev3"
23
23
 
24
24
  from .config import get_api_url, get_api_key, set_api_key
25
25
 
programasweights/cache.py CHANGED
@@ -22,7 +22,7 @@ import httpx
22
22
  from . import config
23
23
 
24
24
  BASE_MODEL_URLS = {
25
- "qwen3-0.6b-q6_k": "https://programasweights.com/models/qwen3-0.6b-q6_k.gguf",
25
+ "qwen3-0.6b-q6_k": "https://huggingface.co/yuntian-deng/Qwen3-0.6B-GGUF-Q6_K/resolve/main/qwen3-0.6b-q6_k.gguf",
26
26
  }
27
27
 
28
28
  INTERPRETER_TO_GGUF = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: programasweights
3
- Version: 0.1.0.dev2
3
+ Version: 0.1.0.dev3
4
4
  Summary: Compile natural language specifications into neural programs that run locally via llama.cpp.
5
5
  Author-email: ProgramAsWeights <support@programasweights.com>
6
6
  License: MIT
@@ -17,8 +17,8 @@ Classifier: Programming Language :: Python :: 3.12
17
17
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
18
18
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
19
  Requires-Python: >=3.9
20
- Requires-Dist: httpx>=0.27.0
21
- Requires-Dist: llama-cpp-python>=0.3.0
20
+ Requires-Dist: httpx<1.0,>=0.27.0
21
+ Requires-Dist: llama-cpp-python<1.0,>=0.3.0
22
22
  Provides-Extra: test
23
23
  Requires-Dist: pytest; extra == 'test'
24
24
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
- programasweights/__init__.py,sha256=rnt73lMmOCXoc3jvBbb6ee3ti-KHHwhmiNGQ0sLES3A,4903
1
+ programasweights/__init__.py,sha256=Gwx98nor4v1ohLxlzRN7IsHkMLsHppecX3ZKiI55P-o,4903
2
2
  programasweights/artifacts.py,sha256=bSRZgYadAYyuH9aIW6P3VocExfGDGAHeDuj8vod5-Bo,1968
3
- programasweights/cache.py,sha256=-8wK02F-RyUlYyH3EoXYDtp66eYXs3u0dS9onOvTsYg,2490
3
+ programasweights/cache.py,sha256=5eXxonCfaEX0MvvffG_takwmB0nUCXtorb8Vp_B_p_4,2524
4
4
  programasweights/cli.py,sha256=nO896Xfhc_nWL2YaluxprIMTmPM6gP2F5MSPBZT_kJo,4043
5
5
  programasweights/client.py,sha256=drtbeKQqGOLv6CT2CkZmNWTD7YD47hY_8D2kvaG1Rr8,3724
6
6
  programasweights/config.py,sha256=zQFnVNfYR4bFx2DsZheMnPy2yd9T4-fe0u2sG1GluE8,1553
@@ -12,7 +12,7 @@ programasweights/compiler/dummy.py,sha256=PcLwijRNM4q2E9PNUcfCPf_y08QjsteVENR0TV
12
12
  programasweights/runtime/__init__.py,sha256=S4jp7-eWAcMa0X417U7P6HkTL1j3v8ffQA-nneh9wY0,549
13
13
  programasweights/runtime/interpreter.py,sha256=brYCtatSsu23lq87cuki4MViqZX6U32LBw7Z3USbQmA,19632
14
14
  programasweights/runtime/interpreter_onnx.py,sha256=lim1FklSyP8Htx1UYLFCajdmOy3fbNaXpey1ryMfdr4,21555
15
- programasweights-0.1.0.dev2.dist-info/METADATA,sha256=_o8WaCDSBeof97OpuzCfcU2QshhLsT3iintccG9rUkc,3997
16
- programasweights-0.1.0.dev2.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
17
- programasweights-0.1.0.dev2.dist-info/entry_points.txt,sha256=l4ZnfCPU0oMzhGB9T2Fv9AnDbSCMM70KUUJVtSvMJBc,50
18
- programasweights-0.1.0.dev2.dist-info/RECORD,,
15
+ programasweights-0.1.0.dev3.dist-info/METADATA,sha256=gYFNRfAc4R7wZWdsGtEjv3BXIz9-hn-L-jGS_mkHbwc,4007
16
+ programasweights-0.1.0.dev3.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
17
+ programasweights-0.1.0.dev3.dist-info/entry_points.txt,sha256=l4ZnfCPU0oMzhGB9T2Fv9AnDbSCMM70KUUJVtSvMJBc,50
18
+ programasweights-0.1.0.dev3.dist-info/RECORD,,