-
### MediaPipe Solution (you are using)
Version: 0.10.14
### Programming language
_No response_
### Are you willing to contribute it
None
### Describe the feature and the current behaviour/state
…
-
I made a colab( https://colab.research.google.com/drive/1Z3NdoT0WS8KXnSUS3_xxT39NBZD6eGcN?usp=sharing ) to test and I ran into some issue. GemmaModel.forward() got an unexpected keyword argument 'ca…
-
when expanding the number of query heads for GQA architecture, it needs to clone vectors interleaving way not just repeating.
-
Hi
can you also implement gemma model to compare with llama
best regards
-
Bumps the pip group in /python with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [transformers](https://github.com/huggingface/transformers) | `4.36.1` | `4.38.0` |
| [dnspython](https://…
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports.
…
-
Can we add a way to use a local API as llm?
Python code should be:
client = OpenAI(
api_key="",
# Change the API base URL to the local interference API
base_url="http://localhost:1337/v1"…
-
# Environment
codegpt version: 0.14.2 (commit: fd5758c)
Model: [Gemma 2](https://huggingface.co/bartowski/gemma-2-2b-it-GGUF/resolve/main/gemma-2-2b-it-Q6_K.gguf) (via local KoboldCpp 1.72 instanc…
-
Hi
This is really a wonderful model but when asked to translate in Marathi its giving output in Konkani.
-
1) Load the Gemma2 2B model with Unsloth - OK
2) Perform fine tuning - OK
3) Test the resulting model - OK, responses indicate fine tuning is successful
4) Save 16 bit `model.save_pretrained_merged…