Commit c351972
Shaunak Saha
@FIR-546: Update 6.6.51 LTS
Signed-off-by: Shaunak Saha <[email protected]>
Update to 6.6.51 LTS and include the tsavorite specific patches:
@FIR-507: Preliminary changes to test upto 3GB memory.
Test results are as follows
---------------------------
root@agilex7_dk_si_agf014ea:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin# ./run_platform_test.sh
Check if tnApcMgr is running; if it is not, uncomment below line and execute the run_platform_test.sh script.
Running on v0.1.1.tsv22_02_03_2025
[LlamaForCausalLM_Random v.1] Allocated DRAM arrays (host VAs): input0 = 0xffffa3a9d080 input1 = 0xffffa2e9d080 output0 = 0xffffa369d080
[LlamaForCausalLM_Random v.1] Model executed successfully. Validating result...
[LlamaForCausalLM_Random v.1] PASS [relative err=0.000001]
root@agilex7_dk_si_agf014ea:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin# cd aot-tests/
root@agilex7_dk_si_agf014ea:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin/aot-tests#
root@agilex7_dk_si_agf014ea:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin/aot-tests# ./models/llama_sp/llama_sp.sh
./models/llama_sp/llama_sp.exe: error while loading shared libraries: libTsavRTFPGA.so.0.3.4: cannot open shared object file: No such file or directory
root@agilex7_dk_si_agf014ea:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin/aot-tests# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin/aot-tests/lib/
root@agilex7_dk_si_agf014ea:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin/aot-tests# ./models/llama_sp/llama_sp.sh
Environment variable TOKENIZER_MODEL_PATH is not set. Please set it to the path of the tokenizer model.
root@agilex7_dk_si_agf014ea:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin/aot-tests# ls /tsi/
animesh anoop_dec15 atrivedi cdogra dinesh lost+found ross sponnambalam tsi-sw
anoop aot-tests bnorris demo dmohapatra meera runtime test vgarg
root@agilex7_dk_si_agf014ea:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin/aot-tests# ls /tsi/atrivedi/
_deps aot-all-tests.tz lib models rt_lib.txt rtlib_0.3.1.tz tokenizer.model tvu ullama ullama_bf16 usr_lib.txt
root@agilex7_dk_si_agf014ea:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin/aot-tests# export TOKENIZER_MODEL_PATH=/tsi/atrivedi/tokenizer.model
root@agilex7_dk_si_agf014ea:/usr/bin/tsi/v0.1.1.tsv22_02_03_2025/bin/aot-tests# ./models/llama_sp/llama_sp.sh
Generating text...
Generated token 4/26: " a " (ID: 260 ) - Time: 3.22 s
Generated token 5/26: " sound " (ID: 2144 ) - Time: 3.18 s
Generated token 6/26: " ' " (ID: 31876 ) - Time: 3.19 s
Generated token 7/26: " s " (ID: 31829 ) - Time: 3.20 s
Generated token 8/26: " coat " (ID: 13085 ) - Time: 3.15 s
Generated token 9/26: " . " (ID: 31843 ) - Time: 3.15 s
Generated token 10/26: " He " (ID: 636 ) - Time: 3.15 s
Generated token 11/26: " says " (ID: 1329 ) - Time: 3.15 s
Generated token 12/26: " , " (ID: 31844 ) - Time: 3.18 s
Generated token 13/26: " " " (ID: 495 ) - Time: 3.18 s
Generated token 14/26: " I " (ID: 31850 ) - Time: 3.18 s
Generated token 15/26: " will " (ID: 482 ) - Time: 3.15 s
Generated token 16/26: " try " (ID: 1489 ) - Time: 3.15 s
Generated token 17/26: " !" " (ID: 6573 ) - Time: 3.18 s
Generated token 18/26: "
" (ID: 13 ) - Time: 3.15 s
Generated token 19/26: " The " (ID: 1046 ) - Time: 3.19 s
Generated token 20/26: " dog " (ID: 3924 ) - Time: 3.19 s
Generated token 21/26: " looks " (ID: 3529 ) - Time: 3.15 s
Generated token 22/26: " up " (ID: 550 ) - Time: 3.15 s
Generated token 23/26: " and " (ID: 291 ) - Time: 3.15 s
Generated token 24/26: " saw " (ID: 2815 ) - Time: 3.16 s
Generated token 25/26: " the " (ID: 266 ) - Time: 3.15 s
Generated text:
My cat is a sound's coat. He says, "I will try!"
The dog looks up and saw the1 parent 0447da7 commit c351972
File tree
4 files changed
+908
-1
lines changed- arch/arm64
- boot/dts/intel
- configs
4 files changed
+908
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
0 commit comments