Pull to refresh
1
Send message

И как это установить на Pixel?

У Qwen3.6-35B -A3B всего 3B активных параметров, он очень неплохая, но не настолько умная как Qwen3.6-27B где все параметры активные.

Как убедится? Простой тест попросить сгенерить 3d анимацию в виде HTML файла

Промпт для ваншот генерации, то есть генерится по промпту, генерилось в UI встроенном в llama.cpp server. Интерфейс там как в LMStudio, но чуть по проще.

Промпт
# Task: Create an Interactive 3D Aquarium Scene

You are an expert frontend and 3D graphics developer.

Your task is to generate a COMPLETE working web page that renders 
an interactive 3D aquarium scene which the user can rotate and explore.

---

## Main Goal

Create a **3D scene of an aquarium with animated fish**.

The final result must:

- render in a browser
- be interactive
- allow camera rotation
- contain animated fish swimming inside the aquarium

---

## Technical Requirements

You may use ANY suitable technology, but prefer:

- Three.js (preferred)
- WebGL
- or another browser-native 3D solution

Do NOT use heavy frameworks unless necessary.

The result must be contained in **a single HTML file** with embedded JS and CSS.

---

## Scene Requirements

### Aquarium

- Transparent glass aquarium
- Rectangular or rounded tank
- Visible water volume
- Slight refraction or transparency effect
- Subtle lighting and reflections

### Fish

- Multiple fish (at least 5)
- Fish must:
  - swim continuously
  - change direction smoothly
  - rotate naturally while moving
  - stay inside aquarium bounds
- Movement must be procedural (not static animation)

### Environment

- Soft underwater lighting
- Slight blue tint
- Optional bubbles or particles

---

## Interaction

User must be able to:

- rotate camera (mouse drag)
- zoom in/out (scroll wheel)
- orbit around aquarium

Use orbit controls or equivalent.

---

## Animation

- Continuous animation loop
- Smooth FPS
- Fish movement must feel alive (randomized paths)

---

## Code Quality

- Clean readable code
- Comments explaining important parts
- No placeholders
- Fully runnable immediately after copy-paste

---

## Output Format

Return ONLY:

1. Complete HTML file
2. No explanations
3. No markdown commentary
4. No extra text

The result must work immediately when opened in a browser.
Qwen3.6-35B   квант Q8_0
Qwen3.6-35B квант Q8_0
Qwen3.6-27B  квант Q8_0
Qwen3.6-27B квант Q8_0

Это скриншоты, в реальности это анимация, рыбы плавают, пузырьки двигаются, трава шевелится.

Попробуйте сами сгенерить по промпту в Haiky или Sonnet или еще в чем.

Для gemma-4 по умолчанию дается мало токенов для головы, для llama.cpp нужны доп параметры

image-min-tokens = 560
image-max-tokens = 2240
batch-size = 4096
ubatch-size = 4096

тогда полностью конвертируются обе таблицы без ошибок, но контекст конечно надо больше, а не 8000

Это для всех Gemma4

Information

Rating
5,433-rd
Registered
Activity