Image-Text-to-Text
MLX
Safetensors
Transformers
English
gemma4
2-bit
text-generation-inference
unsloth
reasoning
conversational
4-bit precision
zecanard commited on
Commit
a228ca8
·
verified ·
1 Parent(s): acfe6fc

Adding Tools support.

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -4,7 +4,7 @@
4
  {%- if strftime_now is defined %}
5
  {%- set currentDate = strftime_now('%Y-%m-%d %G:%i:%s') %}
6
  {%- elif not currentDate is defined %}
7
- {%- set currentDate = '2026-06-12' %}
8
  {%- endif %}
9
  {{- 'The current date is: ' + currentDate + ".\n\n" }}
10
  {#- Template customizations by @zecanard. #}
 
4
  {%- if strftime_now is defined %}
5
  {%- set currentDate = strftime_now('%Y-%m-%d %G:%i:%s') %}
6
  {%- elif not currentDate is defined %}
7
+ {%- set currentDate = '2026-06-15' %}
8
  {%- endif %}
9
  {{- 'The current date is: ' + currentDate + ".\n\n" }}
10
  {#- Template customizations by @zecanard. #}