sergedc
sergedc
# Expected Behavior I expect to get the same behavior when I use the main.exe from llama-master-e7f6997-bin-win-avx2-x64.zip and when I download the source code and build the main myself. FYI,...
# Expected Behavior n_keep tokens (the params.prompt (e.g. alpaca.txt)) are always part of the context and does not need to be recalculated. # Current Behavior auto embd_inp = ::llama_tokenize(ctx, params.prompt,...
Hi, Windows 11 environement Python: 3.10.11 I installed - llama-cpp-python and it works fine and provides output - transformers - pytorch Code run: ``` from langchain.llms import LlamaCpp from langchain...
# Expected Behavior If the context is the same, temperature is set to 0, seed the same, I get the same answer. # Current Behavior ### **Experiment 1:** **I pass...
The _call function returns result["choices"][0]["text"] For me result["choices"][0]["text"] includes both the prompt and the answer. My use case: document summary: llm = LlamaCpp(model_path=r"D:\AI\Model\vicuna-13B-1.1-GPTQ-4bit-128g.GGML.bin",n_ctx=4000, f16_kv=True) chain = load_summarize_chain(llm, chain_type="map_reduce", verbose =...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Affected Build(s) Mainline 1632 ### Description of Issue First of all let me...
Hi all, I am trying to use ShapeCrawler in a VSTO addin (.net framework!). From my current research it seems that it is not possible to integrate a .Net 8.0...
This feature does not exist yet. Not sure if it help, but here is the code I use to do it. If this does not help, let me know and...
In Powerpoint it is possible to set the font size as 8.3 or 7.2 or 10.8 However, Ifont.Size (used for a table like this: table[i, j].TextFrame.Paragraphs.First().Portions.First().Font.Size) is defined as an...
A Powerpoint chart has this dataset: Cats Dogs Female 5 4 Male 6 4 Unknown 7 8 We can edit Female / Male / Unknown using : chart.Categories[1].Name = "New...