Search found 67 matches: merged

Searched query: merged

by Antonio Linares
Sat Feb 08, 2025 9:42 pm
Forum: latest AI news
Topic: Ollama Modelfile
Replies: 1
Views: 1018

Re: Ollama Modelfile

... del entrenamiento, fusiona el adaptador con el modelo base
model = model.merge_and_unload() # Unir LoRA al modelo base
model.save_pretrained("merged_model") # Guardar modelo fusionado
tokenizer.save_pretrained("merged_model")

# Requiere llama.cpp instalado
python3 llama.cpp/convert-hf-to-gguf ...
by Otto
Sat Jan 25, 2025 3:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 16
Views: 40727

Re: Antonio... FiveTouch posts are gone?

... edits, the index file always remains up to date.

Flexibility: Temporary index files allow changes to be processed in isolation before being merged into the main index file.

PS: Here’s a test

Just for info: the search is performed across 276,748 TXT files.
I split the forums DBF into ...
by Joaquim Ferrer
Sat Apr 13, 2024 10:57 am
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 5500

IA y Harbour Conceptos básicos

... la caché de mi navegador, observo que me ha bajado un archivo binario de 428,422,300 bytes
/Xenova/musicgen-small/resolve/main/onnx/decoder_model_merged_quantized.onnx
Y otros tantos ficheros de más de 100 mb tambien en formato ONNX

Saltan mis dudas... Qué diferencia hay entre el formato gguf y ...
by Antonio Linares
Tue May 02, 2023 7:08 am
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 5627

New FTDN April/Abril 2023 (FWH 23.04)

... New METHOD ToArray( [aCols] ) --> aData

- oCol:aDataFonts, aClrText, used for multiline text can
now be codeblocks also.

* new function MergeDocs( cDest, aMergeDocs, [lShow] ) --> cDest
cDest: Merged Doc name. Can be docx or pdf
aMergeDocs: Can be doc,docx,rtf,pdf,text,bmp,jpg,png
Known ...
by nageswaragunupudi
Wed Jun 29, 2022 1:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 854

Re: Combine xBrowse columns

... 123; If&#40; <cond>, 1, 0 &#41; &#125;

For any column, number of columns returned by bExtend, to the right of the current column are merged with the current column

If aCols[ 3 ]:bMerge returns 3, then columns 3,4,5,6 are merged. ( col 3 to col 3+3 )
If aCols[ 2 ]:bMerge returns 1 ...
by Giovany Vecchi
Tue Apr 26, 2022 1:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 5998

Re: ADS - The future is <sadly> now so where do you go ?

... registry office on the internet. Ex: \\201.64.98.121:2660\UNC\Folder\DictionaryCenter.add
This is to record in a temporary table that will be merged with two more tables later for reporting purposes.

How would you do this in MySql ?
Here's a simple example I use.

Select Tb01.cAgeCompareceuDoc ...
by Marc Venken
Sun Aug 29, 2021 9:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: generar bmp con texto
Replies: 3
Views: 549

Re: generar bmp con texto

... for having this kind of result :

https&#58;//www&#46;maveco-webshop&#46;be/outlet/schoenen/

The discount text is a second image that is merged by the shop software, but it can be only 1 merged item.

With FW i could generate the image from source with all items on it and than upload ...
by Marc Venken
Thu Sep 10, 2020 9:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Display the text vertically
Replies: 14
Views: 2462

Re: Display the text vertically

... Mr. Rao, I failed to expalin correctly what I wanted.
The first column of my xbrowse has the branch the employees are assigned to, and i have it merged, what I really wanted to achieve was to show the text in vertical orientation in to the merged cells, and the example you provide shows the ...
by mariordz
Thu Sep 10, 2020 4:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Display the text vertically
Replies: 14
Views: 2462

Re: Display the text vertically

... Mr. Rao, I failed to expalin correctly what I wanted.
The first column of my xbrowse has the branch the employees are assigned to, and i have it merged, what I really wanted to achieve was to show the text in vertical orientation in to the merged cells, and the example you provide shows the ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 3655

New FTDN April/Abril 2020 (FWH 20.04)

... com/viewtopic.php?f=3&t=38828

- SqlRdd: Earlier functionality of VScroll for SQLRDD restored

- Vertical merge of cells:
Vertically merged cells not hightlighted show horizontal lines when the
back color in bClrStd is not the same as the oBrw:nClrPane.
Now all merged cells show with ...
by hua
Sat May 02, 2020 4:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Vertical Merge
Replies: 14
Views: 3758

Re: xBrowse: Vertical Merge

Thank you for solving the line issue Rao. Great work!

Can you advice me on the 2nd column? It is also merged. I expected to see 3 check boxes. One for each No but only one is shown.

The checkbox will be toggled when user double click on any of the row to indicate which sets are selected by user

TIA
by Marc Vanzegbroeck
Mon Apr 06, 2020 9:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel - text width
Replies: 6
Views: 800

Re: Excel - text width

I don't want to wrap the text.

What I was think to do is:
1 Fill all the text that will me merged
2 Do a autofit
3 Than I can check the width of the columns, and save it into an array
4 Then merge the cells
5 Fill the rest of the rows.
6 Do the autofit again, and check that the colums are big enough ...
by anserkk
Mon Apr 06, 2020 9:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel - text width
Replies: 6
Views: 800

Re: Excel - text width

What about wrapping the text of the merged cell ?
by Marc Vanzegbroeck
Mon Apr 06, 2020 8:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel - text width
Replies: 6
Views: 800

Re: Excel - text width

anserkk wrote:Di you try

Code: Select all | Expand

oSheet:Cells:EntireColumn:AutoFit

The above code should AutoFit All Columns on the Worksheet


Hi,

Yes, I did this. This is working very nice, but if you have merged cells, it doen't work on that cell. It works well or the cells below and above that cell
by Marc Vanzegbroeck
Sun Apr 05, 2020 1:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Excel - text width
Replies: 6
Views: 800

Excel - text width

... there a function to know the with of a text in cell of excel in pixels?

My program is creating an excel file and ith that file, some fields are merged.
The problem is that excel don't do an autofit of merged cells. I don't know the width of the text, cinse I get this information of a database ...