Search found 6 matches: bash

Searched query: bash

by Antonio Linares
Mon Jan 06, 2025 10:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI vision API from FWH
Replies: 10
Views: 675

Re: OpenAI vision API from FWH

... your device.
- Download the SD card image from the official NVIDIA website.

2. **Native Installation**:
- Use the official Ollama installer:
```bash
curl -fsSL https://ollama.com/install.sh | sh
```
- This will create a service to run `ollama serve` at startup, allowing you to use the `ollama ...
by Antonio Linares
Fri Jun 07, 2024 4:02 am
Forum: FiveWin para Harbour/xHarbour
Topic: Velocidad de Internet.
Replies: 20
Views: 4552

Re: Velocidad de Internet.

... powershell -Command "iwr -useb https://raw.githubusercontent.com/microsoft/vcpkg/master/bootstrap.ps1"` en PowerShell. Para Linux/macOS, ejecuta `bash <(curl -s https://raw.githubusercontent.com/microsoft/vcpkg/master/bootstrap.sh)` en la terminal.
4. **Instalación vía paquete**: En algunos ...
by Otto
Wed Mar 20, 2024 4:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 4432

Re: How to include hbCurl?

... and structure for your curl command to add tags to a member.

Here's the general format you need to follow based on Mailchimp's documentation:

```bash
curl -X POST \
https://${dc}.api.mailchimp.com/3.0/lists/{list_id}/members/{subscriber_hash}/tags \
--user "anystring:${apikey}" \
-d '{"tags ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 8496

Re: phpBB to LLM

... to your system and requirements.

Upgrade Pip:
Ensure that your pip version is up-to-date. You can upgrade pip using the following command:

bash
Copy code
pip install --upgrade pip
Check Internet Connection:
Ensure that your internet connection is stable and not blocking the connection to the ...
by Antonio Linares
Thu Dec 21, 2023 4:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 14231

Re: Using Microsoft AI Phi-2 from FWH

hi,

need Help to create llama64.dll

have download and install "GIT for Windows"
after Setup a small Bash Console Window open
https://i.postimg.cc/W11MLj0n/GIT-CMAKE.jpg
but i got stuck at "5. cmake .."

please advice me what to do

Dear Jimmy, you have to download and install cmake:
https ...
by Jimmy
Thu Dec 21, 2023 3:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 14231

Re: Using Microsoft AI Phi-2 from FWH

hi,

need Help to create llama64.dll

have download and install "GIT for Windows"
after Setup a small Bash Console Window open
Image
but i got stuck at "5. cmake .."

please advice me what to do