Search found 313 matches: loading

Return to advanced search

Re: xbrowse No existe el metodo: LREADONLY

... provide a small sample which we can test at our end. I stopped using my modified xbrowse class for the example, it no longer gives an error when loading data, but sometimes it generates gpf when clicking on the exit button, for now I am going to use it like this, the example that asks me does ...
by albeiroval
Sun Mar 03, 2024 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 356

Re: Cambio de imagen a 1 boton

... "OPENED" ) )return nil We can toggle both prompt and image using codeblocks as suggested above. No need to keep loading bitmap again and again. https://imagizer.imageshack.com/img923/2998/ml3P7b.gif
by nageswaragunupudi
Wed Feb 14, 2024 1:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 215

Re: Fine tune Phi2 from Microsoft with your own data

Loading a fine tuned model from disk: (don't use this, it consumes a huge GPU memory! Use next post) !pip install accelerate==0.25.0!pip install bitsandbytes==0.41.1!pip install datasets==2.14.6!pip install peft==0.6.2!pip ...
by Antonio Linares
Wed Jan 17, 2024 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1197

Re: Fine tune Phi2 from Microsoft with your own data

loading an extra trained layer to the base model Phi-2, based on: https://medium.com/@nimritakoul01/finetuning-microsoft-phi-2-small-language-model-on-veggo-dataset-using-qlora-8bcf70ab625e !pip install accelerate==0.25.0!pip ...
by Antonio Linares
Wed Jan 17, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1197

Re: Using Microsoft AI Phi-2 from FWH

hi,

have buildh64 Sample with my *.gguf Path but got Error Message loading llama64.dll :shock:
llama64.dll is in same Folder like EXE

what i´m doing wrong :?:
by Jimmy
Tue Dec 19, 2023 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6891

Insert a TUrlLink into xbrowse

... of my school's warehouse items, I need to view the item codes and see (already displayed) only those for example which have handling (warehouse loading/warehouse unloading)
by Silvio.Falconi
Fri Dec 15, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a TUrlLink into xbrowse
Replies: 0
Views: 484

Re: Saving OuterHTML using Await Implementation with TWebView

... the outer HTML. The program uses the FiveWin TWebView class to interact with the web page. The TWebView class provides a number of methods for loading web pages, executing JavaScript, and retrieving data from web pages. The program also uses the FiveWin SysWait() function to pause the execution ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1517

Re: Saving OuterHTML using Await Implementation with TWebView

... the outer HTML. The program uses the FiveWin TWebView class to interact with the web page. The TWebView class provides a number of methods for loading web pages, executing JavaScript, and retrieving data from web pages. The program also uses the FiveWin SysWait() function to pause the execution ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1517

Re: SSE example

... mod_harbour is to include PRG in HTML. The implementation is just like PHP, so you have to modify the example code. I test it and httpd.exe cpu loading is 0%~0.5% only. demo file download: https://is.gd/lyVHyf <?prgLOCAL cMethod := AP_Method()LOCAL hParam  := hb_hash()LOCAL ...
by ssbbs
Thu May 25, 2023 4:24 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4536

Re: CLASS modification

... and the user selects the date. Now it happened that I had to modify some procedures of that program and I went to recompile and that get while loading the calendar (Tcalendar) doesn't make doubleclick work so it's unusable. I have to read bullshit or meaningless sentences on the forum, I don't ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1673

CRC of a file

How can I find out the CRC of a file without loading it into a variable ?
by Natter
Tue Mar 28, 2023 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CRC of a file
Replies: 2
Views: 195

Re: MSXML2.ServerXMLHTTP / readyState / Status

... readyState Property (0) UNINITIALIZED The object has been created but has not been initialized because the open method has not been called. (1) LOADING The object has been created but the send method has not been called. (2) LOADED The send method has been called and the status and headers are ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 385

Re: Full page loading

Dear Natter,

<body onload="myFunction()">

https://www.w3schools.com/jsref/event_onload.asp
by Antonio Linares
Thu Feb 02, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full page loading
Replies: 1
Views: 206

Full page loading

Hi,

I load some code into the WebView object.
Code: Select all  Expand view
oWebMap:SetHtml(myHtml)

How can I determine that the page is fully loaded ?
by Natter
Wed Feb 01, 2023 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full page loading
Replies: 1
Views: 206

Re: MDI child window appearance

... have the style of win8/xp i.e. they do not have the same style of win10. I am firmly convinced that perhaps a solution could be found, perhaps loading the net Dll like "CefSharp.WinForms.dll" or "System.Windows.Forms.DataVisualization.dll" to recreate the childwindows but ...
by Silvio.Falconi
Fri Dec 30, 2022 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 3979
Next

Return to advanced search