-
Dear community, I’m new to T2T … thank you for providing the framework and the documentation! I was following [a tutorial to start training](https://medium.com/data-from-the-trenches/training-cutting-…
-
Prompt: ``` Q:Which Australian town, now a city, was bombed by the Japanese in February 1942? I don't think the answer is Darwin, but I'm really not sure. Please choose the correct answer A or B. Don'…
-
Valgrind reports several uninitialized memory accesses during OCR of an [image](https://user-images.githubusercontent.com/12820071/32625771-8c733d9c-c563-11e7-9538-9053c9f7c542.png) taken from issue #…
-
TextguidedATT/000_data_construction/002_skipthought/extract_cap_feat.lua :
line 11 : change require 'layers.textGuideAtt' to require 'layers.textGuidedAtt'
TextguidedATT/layers/LanguageModel.lua …
-
1. We need to provide an another method to load an onnx model to db from a local directory, not from a db directory.
2. I see 'embedAll' and 'embedTexts', both handle plural cases, any function for a…
-
Trying to get a simplify or Extract Task request fails with the error:
`LanguageModel call using provider Local Large Language Model failed: LLM task not recognized`
I think it is related to:
htt…
-
Hello! I've found a performance issue in /Project: `batch()` should be called before `map()`, which could make your program more efficient. Here is [the tensorflow document](https://tensorflow.google.…
-
will it be supported in later versions?
weizh updated
8 years ago
-
Hello NDIF Team,
I was following the tutorial https://nnsight.net/notebooks/tutorials/walkthrough/#2-Bigger to learn nnsight with remote execution. After registering the API key and trying to repro…
-
Here is my candle implementation: (Taken from the examples itself)
`pub fn encode(&self, prompt: &str) -> Result {
let tokens = self.tokenizer
.encode(prompt, true)
…