Search found 146 matches: locally

Return to advanced search

Re: Class TOpenAI_ChatGPT by Charles Kwon

... words, there is no risk of leakage of cKey because the communication is encrypted. However, if you want to use encryption to protect your key locally, you can encrypt and store your key and decrypt the key before calling OpenAI. Luckily, fivewin already has encrypt() and decrypt() functions. ...
by CharlesKwon
Thu Feb 01, 2024 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 473

Re: more GGUF Model

... Here I use a Xeon CPU (iMac) and nvidia GPU (RTX 3060, eGPU). If I build it locally it will not be able to properly execute on a lower CPU/GPU. Thats why you have to build it yourself on your own CPU and GPU. AI gets it best ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 171

Re: Steps to integrate AI

... we have a right workflow, and it is quite tiring to load the same python packages on those services again and again. The idea is: do your research locally and when everything is ready do the final train on a cloud GPU if needed :-)
by Antonio Linares
Sat Jan 20, 2024 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 639

Re: Fine tune Phi2 from Microsoft with your own data

Locally using a fine tuned model with quantization: !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 install torch==2.1.0!pip ...
by Antonio Linares
Wed Jan 17, 2024 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1252

Re: Fine tune Phi2 from Microsoft with your own data

Locally saving a fine tuned model without modifying quantization: !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:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1252

Re: Fine tune Phi2 from Microsoft with your own data

Locally saving a fine tuned model quantized: !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 install torch==2.1.0!pip ...
by Antonio Linares
Wed Jan 17, 2024 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1252

Re: Convert a print to Rtf or doc

... don't work or the internet doesn't work everything stops and the same thing happens in commercial e-services: it is true that mod_jarbour works locally as Mr. Otto has always told me, but the management software is often located in CLOUD-type servers and are unreachable if there is a problem ...
by Silvio.Falconi
Fri Dec 01, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: TWebView y Javascript

... HTTP, which helps bypass the same-origin policy restrictions. There are several lightweight web servers available that you can install and run locally, such as Node.js with Express, Python's SimpleHTTPServer, or the Live Server extension for Visual Studio Code. Disable web security in your ...
by Antonio Linares
Mon Jul 17, 2023 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 441

Re: Aplicación para Android

... to run an existing Windows app from an Android device is using Windows remote desktop You can also use Wine from Android to run the Windows EXE locally on the Android device: https://androidphoria.com/tutoriales/instalar-aplicaciones-windows-android-wine-2022 https://imagekit.androidphoria.com/wp-content/uploads/aplicaciones-de-windows-en-android-instalacion.jpg
by Antonio Linares
Tue Jun 20, 2023 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Aplicación para Android
Replies: 8
Views: 591

Re: Display jpg via http url

... First run this two line program and then you will know how to use it with other URLs. No need to copy locally. All FWH image functions directly fetch the image from the URL and display.
by nageswaragunupudi
Sat May 06, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display jpg via http url
Replies: 5
Views: 857

Understanding how autoGPT works...

autoGPT consists on one app running locally that uses OpenAI. autoGPT use prompting engineering to get the response from OpenAI that it needs to continue doing its main task. Using the Visual Studio debugger I checked the conversation between ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 528

Save Desktop into a

Hi to all,
if I remember correctly some time ago someone posts a function that save info a file the image of entire desktop.
I also remember that I test it locally but I dont't remember a key word to find it on my pc
I little help?

Many thanks
by MarcoBoschi
Fri Mar 03, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Desktop into a
Replies: 7
Views: 736

Re: actualizar base en la nube

Yes.
What database are you using (1) locally and (2) in the cloud?
by nageswaragunupudi
Mon Nov 14, 2022 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: actualizar base en la nube
Replies: 5
Views: 466

Re: Xbrowse to Html

Hi If you do not have an application that works locally you cannot work well,... https://www.amazon.com/ C. what U mean ? do you always have an interrupted Internet connection? you are privileged, or you are Bill Gates or you are Elon Musk :) here ...
by Silvio.Falconi
Fri Oct 07, 2022 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 966

Re: Xbrowse to Html

Hi

Silvio.Falconi wrote:If you do not have an application that works locally you cannot work well,...


https://www.amazon.com/

C.
by Carles
Fri Oct 07, 2022 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 966
Next

Return to advanced search