Skip to content

Commit

Permalink
Add test script and README for goldenbrick
Browse files Browse the repository at this point in the history
  • Loading branch information
gkielian committed Aug 23, 2024
1 parent f4d3b29 commit c4be2b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tf_np_golden_gen/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# WIP Section

This is for porting weights directly from the model into numpy for granular and
actual integer inference tests and quantization verification.

4 changes: 4 additions & 0 deletions tf_np_golden_gen/test_script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

python3 test.py --weights_path test.pkl --n_head 3 --n_layer 6 --n_embd 48

0 comments on commit c4be2b1

Please sign in to comment.