-
The following code works, but pyright/pylance gives a typing error:
```python
from nnsight import LanguageModel
model = LanguageModel('google/gemma-2-2b')
with model.trace('hi'):
acts…
-
Right now the Chrome implementation throws if temperature is outside the `[0, maxTemperature]` range, and similarly for top-K.
This might pose an interop problem, or a compat problem over time. Alt…
-
Hi,
Why did you refactor such that the model is of type 'LanguageModel' and not 'LanguageModelForCausalLM'? and why did you move 'get_vision_tower'/etc from 'LlavaMetaForCausalLM' to 'LlavaMetaMode…
-
Hello,
I have been trying to run this framework using :
`python3 auto_create_verilog.py --prompt="./verilogeval_prompts_tbs/validation_set/circuit4/circuit4.sv" --name="top_module1" --testbench="…
-
On my Macbook Air m3 with MacOS 15.1 (24B83) i cannot import the mistral model downloaded from this repo: https://huggingface.co/apple/mistral-coreml
I'm running the preview branch.
This is the X…
-
1. Why the class name has 'LanguageModel' at the end, OracleSummaryLanguageModel.java?
2. I see 'generate' function, do we also want 'summary' function?
3. Any plural version as well?
-
When running the following command (file read from `stdin`):
```sh
textidote --languagemodel /path/containing/fr/directory --html --dict .ltignore --check fr
```
I end up with the following er…
-
### What happened + What you expected to happen
After some amount of time and some amount of calls to .remote(), my deployment no longer receives requests. When this happens it corresponds with logs …
-
I created a german ruleset and try to use it.
The problem is if I change the sutime.py language to german it still loads the English rules.
Has anybody a solution for that?
My workaround for now wa…
-
Hi,
While running the program on Windows 10, I get EOF exception when the language model is loaded in the ListExtractorLanguageModelBasedExtractor class. This exception is thrown by the berkeley.nlp.…