Search found 230 matches: requirements

Return to advanced search

Re: How to include hbCurl?

... "tagName2", "status": "active"}] ``` Lastly, ensure that the email address is correctly hashed as per Mailchimp's requirements (using MD5 and in lowercase) when replacing `cSecure_Email`. If there are still issues, double-check the JSON payload for correct formatting ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2899

Re: more GGUF Model

... for very large GGUF files. We do recommend "Microsoft/phi-2" and also "TinyLlama/TinyLlama-1.1B-Chat-v1.0" for low hardware requirements. You can find most GGUFs at https://huggingface.co/ Recently an improved "brittlewis12/phi-2-orange-GGUF" is available ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 168

Re: Creating table with Trichedit

Please try this code. Modify it according to your requirements. Function CreateRtf()    LOCAL nRow, nCol    LOCAL cFileName := "table.rtf"    LOCAL oFile := FCreate(cFileName, 0)    // RTF Header    FWrite(oFile, "{\rtf1\ansi")  ...
by Silvio.Falconi
Wed Jan 24, 2024 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1444

Re: Creating table with Trichedit

Please try this code. Modify it according to your requirements. Function CreateRtf()    LOCAL nRow, nCol    LOCAL cFileName := "table.rtf"    LOCAL oFile := FCreate(cFileName, 0)    // RTF Header    FWrite(oFile, "{\rtf1\ansi")  ...
by anserkk
Wed Jan 24, 2024 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1444

tiny11 core for ARM64

... on tiny11 is finally available for download. This Windows 11 mod offers a lightweight image, free of unnecessary components and high hardware requirements, with an installation that takes up approximately 8 GB of disk space. Since tiny11 2311 is based on the latest version of Windows 11, 23H2, ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 7105

Re: Browse Json

...  AAdd( aData, xItem )      endif   Next      Return aData Now you have your JSON data converted to an array and you can use it as per your requirements. Regards Anser
by anserkk
Thu Jan 11, 2024 3:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: phpBB to LLM

... ? C:\fwh\AI>pip install pytorch Collecting pytorch Using cached pytorch-1.0.2.tar.gz (689 bytes) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: pytorch Building wheel for ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4644

Re: phpBB to LLM

... steps you can take to resolve the issue: Check Python Version: Ensure that you are using a compatible version of Python. PyTorch may have specific requirements for the Python version. As of my last knowledge update in January 2022, PyTorch 1.10.0 supports Python 3.6, 3.7, 3.8, and 3.9. You can ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4644

Re: Using Microsoft AI Phi-2 from FWH

... in Laufwerk F: ist EVO_F Volumeseriennummer: F4CE-E78C Verzeichnis von f:\llama.cpp 21.12.2023 04:16 32.658 CMakeLists.txt 21.12.2023 04:16 57 requirements-hf-to-gguf.txt 21.12.2023 04:16 91 requirements.txt 3 Datei(en), 32.806 Bytes 0 Verzeichnis(se), 1.310.322.356.224 Bytes frei f:\llama.cpp> ...
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: 8148

Re: Using Microsoft AI Phi-2 from FWH

Dear Anser,

Unfortunately this only works on 64 bits due to memory requirements as 32 bits is not able to manage memory as efficiently as 64 bits does.

The entire AI model has to be loaded in memory and 32 bits is not able to do it.
by Antonio Linares
Tue Dec 19, 2023 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8148

Re: Convert a print to Rtf or doc

... it. Please take your time for testing. I've experimented so much with reports, but HTML is the best. Should you have further questions or specific requirements, especially regarding code customization, feel free to reach out to me again. Best regards, Otto Download: https://mybergland.com/fwforum/marcob.zip ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3424

Re: ID of the new process

... creation, so you may need to implement some logic to filter out the specific process you are interested in. Choose the method that best fits your requirements and the level of detail you need for your specific use case.
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 319

Re: App Termination and Relaunch.

... } return 0; } ``` Again, replace `"your_app.exe"` with the path to your application's executable. Depending on your specific requirements, you may need to pass command-line arguments or adjust other parameters when relaunching your application. Remember that this approach ...
by Antonio Linares
Fri Oct 06, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 391

Re: Create help system with F1

... The actual content of the help topic. This field can be a text field or support rich text formatting, depending on the complexity and formatting requirements of your help content. Category: An optional field that categorizes the help topics into different groups or sections. This field can help ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 862

Re: Create help system with F1

... project settings, you can specify the title of your help file, its file name, and other properties. Set the appropriate options according to your requirements. 5. Create help topics: Help topics are individual pages of your help file that provide information on specific subjects. To create a help ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 862
Next

Return to advanced search