psaiops 0.0.11__py3-none-any.whl → 0.0.13__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.
@@ -24,7 +24,7 @@ def create_color_map() -> dict:
24
24
  # INTRO ########################################################################
25
25
 
26
26
  def create_intro_block(intro: str) -> dict:
27
- __intro = gradio.Markdown(intro, scale=1)
27
+ __intro = gradio.Markdown(intro)
28
28
  return {'intro_block': __intro}
29
29
 
30
30
  # MODEL ########################################################################
@@ -33,7 +33,7 @@ def create_model_block() -> dict:
33
33
  __model_dd = gradio.Dropdown(label='Model', value='openai/gpt-oss-20b', choices=['openai/gpt-oss-20b'], scale=1, allow_custom_value=False, multiselect=False, interactive=True) # 'openai/gpt-oss-120b'
34
34
  __layer_sl = gradio.Slider(label='Layer Depth', value=12, minimum=-1, maximum=23, step=1, scale=1, interactive=True) # info='-1 to average on all layers'
35
35
  __head_sl = gradio.Slider(label='Attention Head', value=-1, minimum=-1, maximum=63, step=1, scale=1, interactive=True) # info='-1 to average on all heads'
36
- __model_dd.change(fn=update_layer_range, inputs=[__layer_sl, __model_dd], outputs=__layer_sl, scale=1, queue=False, show_progress='hidden')
36
+ __model_dd.change(fn=update_layer_range, inputs=[__layer_sl, __model_dd], outputs=__layer_sl, queue=False, show_progress='hidden')
37
37
  return {
38
38
  'model_block': __model_dd,
39
39
  'layer_block': __layer_sl,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: psaiops
3
- Version: 0.0.11
3
+ Version: 0.0.13
4
4
  Summary: Web apps to inspect & engineer NN activations.
5
5
  License: .github/LICENSE.md
6
6
  Author: apehex
@@ -7,9 +7,9 @@ psaiops/elements/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
7
7
  psaiops/elements/data.py,sha256=vGYeMN11uP9gs8rV6aSDffE_TeIX5PmdzWGwUpdGE2Y,906
8
8
  psaiops/score/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  psaiops/score/attention/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- psaiops/score/attention/app.py,sha256=SS-cQ45HAv03rxGjzRNCV5BIfyP_Qry58bJ0b3OIxZU,11979
10
+ psaiops/score/attention/app.py,sha256=NB0LVbRb-B9HniSHRJSg3Z893DxhGh06UWwN1A1KKv4,11961
11
11
  psaiops/score/attention/lib.py,sha256=kPLdmWCYbpMnd7fi4ZeCvxiGzJuvTKYSXgRAm_w02KA,6928
12
12
  psaiops/steer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- psaiops-0.0.11.dist-info/METADATA,sha256=s3jjhNDNG0Zm-pBoxrkuznmkuxJr-04Dxj6MbFsCNIA,1222
14
- psaiops-0.0.11.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
15
- psaiops-0.0.11.dist-info/RECORD,,
13
+ psaiops-0.0.13.dist-info/METADATA,sha256=kU4BWy4WEUlWemYWIZ8lDP1IQp8_T8twMP-cy5a8SV8,1222
14
+ psaiops-0.0.13.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
15
+ psaiops-0.0.13.dist-info/RECORD,,