Page 1 of 1
Llama3-70B as a 7 MB EXE
Posted: Fri May 03, 2024 5:03 am
by Antonio Linares
Re: Llama3-70B as a 7 MB EXE
Posted: Fri May 03, 2024 8:41 am
by Antonio Linares
The idea is to redirect the input and output of hchat.exe so we can use it from Harbour and FWH
Re: Llama3-70B as a 7 MB EXE
Posted: Sat May 04, 2024 4:32 pm
by Antonio Linares
Already working
It will be included in next FWH build. So your apps can use Llama3-70B power!
https://github.com/FiveTechSoft/screens ... g?raw=true
Re: Llama3-70B as a 7 MB EXE
Posted: Mon Jun 10, 2024 3:07 am
by Antonio Linares
hchat.exe updated:
https://github.com/FiveTechSoft/hchat/b ... /hchat.exe
To use it from your FWH apps:
1. run this and write your HuggingChat password from FWH\samples:
hchat.exe -u your_email_id_on_huggingface
2. copy hchat.exe hchat.bin
3. buildh.bat llama3.prg (from FWH\samples)
How hchat.exe is built is explained from:
https://github.com/FiveTechSoft/hchat