Changes between Version 22 and Version 23 of expansion/gw16168


Ignore:
Timestamp:
08/13/2026 10:31:43 PM (23 hours ago)
Author:
Ryan Erb
Comment:

add more examples

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16168

    v22 v23  
    1414The GW16168 needs the following:
    1515 1. Proper cooling - A 5V fansink is mounted on the GW16168 and this needs to be connected to the fan header on the GW16FM1-C FSA adapter.
    16  1. Proper Power - The GW16168 can pull a lot of power, such as 12W. This requires a special M-Key adapter from Gateworks for Gateworks SBCs, which is the GW16FM1-C (GW16FM0-C is the basic M-Key adapter which doesn't provide enough power).
     16 1. Proper Power - The GW16168 can pull a lot of power, such as 12W. This requires a special M-Key adapter from Gateworks for Gateworks SBCs, which is the GW16FM1-C which also has a 5V fan header (GW16FM0-C is the basic M-Key adapter which doesn't provide enough power or fan header).
     17 1. Proper Software - The drivers and software required for this card are detailed on this page. Note, using the Gateworks SBC is recommended for development. The GW11062 ai development kit comes with drivers and software pre-loaded.
    1718
    1819== Terminology
     
    996997Now, the demos are installed in the /root/ara2 directory.
    997998
    998 To run a demo, see the examples above, noting the .py file will be in the respective directory.
     999To run a demo, use the run command in the ara2 directory shown in the example below:
     1000{{{
     1001root@catalina:~/# cd ara2
     1002root@catalina:~/ara2# ./run
     1003Usage: ./run [image-detect|vision-webapp|chat|webchat|webvlm]
     1004root@catalina:~/ara2# ./run chat
     1005[Config] 'Qwen2.5-7B-Instruct' is already set as enabled.
     1006[Service] Waiting for 'Qwen2.5-7B-Instruct' to finish loading on Ara NPU (this can take 2-3 minutes)...
     1007
     1008[Service] AAF Connector is ready and endpoint is active!
     1009
     1010--- Gateworks AI LLM Session (Model: Qwen2.5-7B-Instruct) ---
     1011Type 'exit' to stop.
     1012
     1013You: what is a fast animal
     1014AI: A fast animal is one that can move very quickly, often covering long distances in a short amount of time. Some of the fastest animals include:
     1015
     10161. **Cheetah (Acinonyx jubatus)**: Known for its incredible speed, the cheetah can reach up to 70-75 miles per hour (112-120 kilometers per hour) in short bursts.
     1017
     10182. **Pronghorn Antelope (Antilocapra americana)**: This North American mammal can run at speeds of up to 60 miles per hour (97 kilometers per hour).
     1019
     10203. **Gazelle (various species)**: Gazelles are known for their agility and can run at speeds of up to 50 miles per hour (80 kilometers per hour).
     1021
     10224. **Cassowary (Casuarius casuarius)**: Although primarily a bird, the cassowary can run at speeds of up to 31 miles per hour (50 kilometers per hour) and is one of the fastest birds on land.
     1023
     10245. **Cheetah's cousin, the African Wild Dog (Lycaon pictus)**: These dogs can run at speeds of up to 40-45 miles per hour (64-72 kilometers per hour).
     1025
     10266. **Greyhound (Canis familiaris)**: While not as fast as the cheetah, greyhounds can reach speeds of up to 45 miles per hour (72 kilometers per hour) in short bursts.
     1027
     10287. **Pronghorn Antelope's relative, the Springbok (Antidorcas marsupialis)**: This African antelope can run at speeds of up to 50 miles per hour (80 kilometers per hour).
     1029
     1030These animals have evolved to run fast for various reasons, such as escaping predators, catching prey, or covering large distances efficiently.
     1031
     1032--- Stats ---
     1033Time taken: 91.78 seconds
     1034Throughput: 2.59 tokens/sec
     1035-------------
     1036
     1037You:
     1038
     1039
     1040}}}
     1041
     1042All of the demos can also be seen the examples above on this page, noting the .py file will be in the respective directory.
    9991043
    10001044For example: