BrainChipInc commited on
Commit
c8dcfad
·
verified ·
1 Parent(s): c8c055f

Repo hygiene: remove __pycache__ bytecode, link GitHub source repos

Browse files

Removes 14 stray .pyc files and adds a Source Code section to the model card pointing to the open-source GitHub repositories (tenns_llm, tenns-core).

README.md CHANGED
@@ -99,3 +99,8 @@ LoRA adapters are merged into base weights at export time.
99
  - English only
100
  - No system prompt or chat template — plain completion model
101
  - Recurrent state resets between calls to `generate_text()`
 
 
 
 
 
 
99
  - English only
100
  - No system prompt or chat template — plain completion model
101
  - Recurrent state resets between calls to `generate_text()`
102
+
103
+ ## Source Code
104
+
105
+ - Inference script and model definition: [Brainchip-Inc/tenns_llm](https://github.com/Brainchip-Inc/tenns_llm)
106
+ - Underlying SSM layer library: [Brainchip-Inc/tenns-core](https://github.com/Brainchip-Inc/tenns-core)
tenns_core/__pycache__/__init__.cpython-310.pyc DELETED
Binary file (1.42 kB)
 
tenns_core/__pycache__/__init__.cpython-312.pyc DELETED
Binary file (1.65 kB)
 
tenns_core/__pycache__/activations.cpython-310.pyc DELETED
Binary file (4.51 kB)
 
tenns_core/__pycache__/activations.cpython-312.pyc DELETED
Binary file (6.34 kB)
 
tenns_core/__pycache__/fft_ops.cpython-310.pyc DELETED
Binary file (5.04 kB)
 
tenns_core/__pycache__/fft_ops.cpython-312.pyc DELETED
Binary file (8.45 kB)
 
tenns_core/__pycache__/inference.cpython-310.pyc DELETED
Binary file (14.7 kB)
 
tenns_core/__pycache__/inference.cpython-312.pyc DELETED
Binary file (24.4 kB)
 
tenns_core/__pycache__/recurrent_ops.cpython-310.pyc DELETED
Binary file (16 kB)
 
tenns_core/__pycache__/recurrent_ops.cpython-312.pyc DELETED
Binary file (14.8 kB)
 
tenns_core/__pycache__/scan_ops.cpython-310.pyc DELETED
Binary file (4.68 kB)
 
tenns_core/__pycache__/scan_ops.cpython-312.pyc DELETED
Binary file (20.3 kB)
 
tenns_core/__pycache__/ssm.cpython-310.pyc DELETED
Binary file (12.6 kB)
 
tenns_core/__pycache__/ssm.cpython-312.pyc DELETED
Binary file (20.9 kB)