Search found 736 matches: step

Return to advanced search

Re: To Nageswrao Del Objs on TscrollPanel

function DeleteControl( oPanel, nItem )   local nTop, nLeft      for n := Len( oPanel:aControls ) to nItem + 1 STEP -1      oPanel:aControls[ n ]:nTop := oPanel:aControls[ n - 1 ]:nTop      oPanel:aControls[ n ]:nLeft:= oPanel:aControls[ n - ...
by Silvio.Falconi
Mon Mar 04, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

Runner XBase (RX)

... process. Runner XBase (RX) is freeware and aims to assist those who, for one reason or another, have always found it challenging to take this step. If you have any questions or need clarification, feel free to ask. :D You can download the runner from here -> https://runnerxbase.app/ Regards.
by Carles
Tue Feb 20, 2024 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 0
Views: 181

Re: Error: FWH2206 Parte1

Let us go step by step. Step-1. Keep the semdlg.prg and semdlg.rc posted above in the fwh\samples folder and build with buildh semdlg You will see the dialog without any errors. Please confirm. Then we will go to next step. Hola ...
by csincuir
Tue Feb 13, 2024 1:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 776

Re: Error: FWH2206 Parte1

Let us go step by step.
Step-1.

Keep the semdlg.prg and semdlg.rc posted above in the fwh\samples folder and build with
Code: Select all  Expand view
buildh semdlg

You will see the dialog without any errors.
Please confirm.

Then we will go to next step.
by nageswaragunupudi
Mon Feb 12, 2024 8:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 776

Steps to integrate AI

Dear Leandro, The first step is to create a dataset with questions and answers to train (fine tune) a base model such as Microsoft phi-2, TinyLlama, etc. Once trained, a GGUF file is generated, which can be used with FWH using the llama64.dll. ...
by Antonio Linares
Sat Jan 20, 2024 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 615

Re: Browse Json

... set the bGoTop, bGoBottom, bSkip, bLogicLen blocks. For now I am creating a dynamic recordset from the json object, but I feel like it is an extra step. Thanks, again...
by byron.hopp
Thu Jan 11, 2024 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 806

Re: Animaciones en dialogos

... FWH_GET_SCREEN_WIDTH() / 2 - FWH_GET_WIDTH(nDlg) / 2, nPosY) // Mover el diálogo desde la parte inferior hasta la superior FOR nStep := nPosY TO 0 STEP -1 FWH_SET_POS(nDlg, FWH_GET_LEFT(nDlg), nStep) FWH_REFRESH_WINDOW(nDlg) FWH_DELAY(50) // Esperar 50 milisegundos para dar un efecto de movimiento ...
by paquitohm
Wed Dec 27, 2023 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Animaciones en dialogos
Replies: 2
Views: 349

Re: Using Microsoft AI Phi-2 from FWH

command prompt Run vcvarsall.bat Change to the directory from step 3 (temp). Call there cmake .. (parameter is ..) and this will create the sln file for VS. i did what you told me ... but still have Problem Microsoft Windows [Version 10.0.19045.3803] (c) ...
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6873

Re: xBrowser

First step: Please try this and see. It is working for me here. Please confirm if it is working for you also there. #include "fivewin.ch"function Main()   local oDlg, oBrw, oFont, aArray   local ...
by nageswaragunupudi
Thu Dec 21, 2023 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 871

Re: Using Microsoft AI Phi-2 from FWH

command prompt
Run vcvarsall.bat
Change to the directory from step 3 (temp).
Call there cmake .. (parameter is ..) and this will create the sln file for VS.
by alerchster
Thu Dec 21, 2023 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6873

Re: Using Microsoft AI Phi-2 from FWH

hi, cmake is part of VS! After step 4 at the latest, depending on the VS version, "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 should be executed, otherwise "cmake .." ...
by Jimmy
Thu Dec 21, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6873

Re: Using Microsoft AI Phi-2 from FWH

Hi Jimmy,

cmake is part of VS!

After step 4 at the latest, depending on the VS version, "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 should be executed, otherwise "cmake .." would not work.
by alerchster
Thu Dec 21, 2023 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6873

Re: Using Microsoft AI Phi-2 from FWH

If you think about this, these LLM models are databases that are able to reasoning...

what a huge step on data processing :-)
by Antonio Linares
Wed Dec 20, 2023 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6873

Re: Using Microsoft AI Phi-2 from FWH

... 0 in the program with the downloaded DLL. Then I created llama64.dll myself according to the information above and it worked immediately. After step 4 at the latest, depending on the VS version, "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" ...
by alerchster
Wed Dec 20, 2023 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6873

Re: Is there a PHP IsSet() in Modharbour

Dear Ruth,

Please add this line above step 3:

Code: Select all  Expand view
? cHashName
IF HB_HHasKey(&cHashName, cKey)
  ? "working with &cHashName"
ENDIF


and let us know what you get, thanks
by Antonio Linares
Thu Nov 09, 2023 12:29 pm
 
Forum: mod_harbour
Topic: Is there a PHP IsSet() in Modharbour
Replies: 6
Views: 587
Next

Return to advanced search