Search found 28 matches: consumes

Return to advanced search

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 install transformers==4.36.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: Fighting Xbrowse and lozing !!!

With the existing code, painting or repainting of any image cell involves reading an image file from the disk, which consumes time. We have 12 image cells in each row. When full browse is refreshed, ( number of visible rows + 1 ) * 12 times the image files are read from the disk. ...
by nageswaragunupudi
Fri Dec 30, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1450

Re: MS Visual Studio

Dear Detlef,

you could save on a log file several calls to GetTickCount() to see what part consumes more time

My guess is that Harbour does more things than xHarbour, but due to its more robust and safe design

But I may be wrong. Lets wait for your results... :-)
by Antonio Linares
Sat Jul 09, 2022 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1468

Programming with the M1 Mac

... developers, we write code designed for the Intel x86/64 operating systems. However, now even Microsoft is embracing this new chip technology that consumes far less power, and runs very quickly. Yesterday I obtained a new MacBook Air with the M1 chip. True, tomorrow the M2 will be released for ...
by TimStone
Thu Jul 07, 2022 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programming with the M1 Mac
Replies: 2
Views: 331

Re: Latest FWH upgrade, performance issues, larger EXE

Tim,

Yes

In fact, the only difference is the EXE size. The app consumes exactly the same memory as before (it expands when the EXE is loaded).
by Antonio Linares
Sat Jul 14, 2018 5:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4933

Re: Sugerir numero de cliente, entre huecos

... desde el 1 hasta 99999, ejemplo: 00001 00002 00003 00004 ……… …….. 99999 2.- Cuando consumas un folio lo eliminas de esta DBF, supongamos que consumes el 00002, entonces te quedarían así 00001 00003 00004 …….. ……. 99999 De esta manera siempre tendrás al frente el folio que sigue, sin necesidad ...
by Armando
Sat Jul 07, 2018 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sugerir numero de cliente, entre huecos
Replies: 9
Views: 1874

Re: download a file from a https server

... a SOAP 1.1 or 1.2 web service? If it is a Web Service then you should have a .WSDL or service description for the service. Please notice my class consumes Web Services. A web service makes itself available over the internet and uses a standardized XML messaging system. XML is used to encode all ...
by reinaldocrespo
Fri Aug 12, 2016 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download a file from a https server
Replies: 7
Views: 2047

ribbonbar high

... Although I made some changes in usability. I do not use full screen obligatory as I planed when I started. It seems to me that the ribbonbar consumes to much space. How can I reduce high. Best regard, Otto http://www.bergland.info/fivewin/Clip10.jpg http://www.bergland.info/fivewin/Clip11.jpg ...
by Otto
Thu Sep 17, 2015 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ribbonbar high
Replies: 2
Views: 574

Re: Pregunta Sobre Mysql Conexion aL Abril TAblas

Considero que lo mas adecuado es abrir las tablas solo al momento de usarlas, asi no consumes recursos innecesarios, lo que si mantengo siempre es la conexion..hasta que cierra la aplicacion, saludos... :shock:
by joseluisysturiz
Mon Jul 20, 2015 2:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Sobre Mysql Conexion aL Abril TAblas
Replies: 9
Views: 1177

Re: DONDE EJECUTAR LA APLICACION

... cuando leemos nuestras DBFs desde la PC local, jalas la tabla completa del server, entonces si tienes una tabla considerable (mas de 10 megas) consumes tiempo. Tengo la duda, si ejecutando la aplicación en el server desde la PC local, al leer una tabla se invertía el mismo tiempo, la intención ...
by LuisPonce
Sun Jul 19, 2015 1:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DONDE EJECUTAR LA APLICACION
Replies: 26
Views: 7148

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... variables and numeric values. Optimized WHILE .T. loops. The underlying ITEM API has been rewritten (source/vm/fastitem.c) and is far faster and consumes much less memory. Much extended Expression Optimizer produces faster code for common functions, and code notations. For example, it will automatically ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2192

Feasibility Assertion - FiveQt

... FiveWin. Having said that, I am now convinced that porting Five* to HbQt will address much wider audience then one could expect because 1) FiveWin consumes same compiler, 2) FiveWin community is already immune to GUI, and 3) FiveWin community is extremely expressive and broad. But... Before starting ...
by Pritpal Bedi
Sat Jul 12, 2014 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Feasibility Assertion - FiveQt
Replies: 14
Views: 5471

Re: NG for xHarbour

... to the parent class (Tclient()). You will need to visit the .asmx site to view the xml tree that needs to be built. Here is some code that consumes a specific webservice from an https url: //the func below will create an x12-270 hipaa message and will connect to //the clearinghouse webservice ...
by reinaldocrespo
Sun Sep 29, 2013 2:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: NG for xHarbour
Replies: 12
Views: 4391

Re: FW pdf viewer?

... is simply no alternative other than an ocx that needs to be installed on each pc. I tried Sumatra as well as many others. Sumatra, in particular, consumes all available memory and after a while it simply becomes unstable. All this just tells me that we don't really have any solution to reliably ...
by reinaldocrespo
Tue Apr 30, 2013 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW pdf viewer?
Replies: 21
Views: 4551

Re: Need help consuming webservices

... On my sample code you will see two different methods of consuming this webservice, both function names is FetchZipFromWeb(). The first consumes the webservice using tip() harbour class and then simply trying to parse the response from the server by using harbour's Txlm() class. The ...
by reinaldocrespo
Sun Dec 23, 2012 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help consuming webservices
Replies: 2
Views: 1198
Next

Return to advanced search