Gibberish output using tabbyapi

#1
by ThijsL202 - opened

Tabbyapi config.yaml

network:
  host: 0.0.0.0
  port: 5000
  disable_auth: true
  send_tracebacks: false
  api_servers: ["OAI"]

logging:
  log_prompt: false
  log_generation_params: false
  log_requests: false

model:
  model_dir: models
  inline_model_loading: false
  use_dummy_models: false
  model_name: lucyknada_Gryphe_Pantheon-RP-1.8-24b-Small-3.1-exl2_6.0bpw
  use_as_default: []
  max_seq_len: 4096
  tensor_parallel: true
  gpu_split_auto: true
  rope_scale: 8.0
  rope_alpha: auto
  cache_mode: Q4
  chunk_size: 1024
  fasttensors: false

draft_model:
  draft_model_dir: models
  draft_rope_scale: 1.0
  draft_rope_alpha: 1.0
  draft_cache_mode: FP16

lora:
  lora_dir: loras
  loras:

embeddings:
  embedding_model_dir: models
  embeddings_device: cpu
  embedding_model_name:

sampling:

developer:
  unsafe_launch: false
  disable_request_streaming: false
  cuda_malloc_backend: false
  uvloop: true
  realtime_process_priority: false

I haven't used Tabby in a long time, so I might be forgetting something important. I updated it and the requirements but had no luck.
I use sillytavern with text completion.
Output:

and  values
 / [Link  with which ( (  as  1 total a.
 image  division ( ( ( ( in "# with
 orientation
 is
,  .. β€” and
 updated hearttechn
 en original
 + work  after
  call and (
 PH
 Two system Hall a
 convention WHt
 (  FFFS $;
 ep and .\ astra a.

are you on latest tabby?

also which quant are you using just so I can run a test myself too
6bpw

also which quant are you using just so I can run a test myself too

Using the 6bpw quant on the latest version. Thank you for trying to help.

download the new generation_config and replace the one you have: https://huggingface.co/lucyknada/Gryphe_Pantheon-RP-1.8-24b-Small-3.1-exl2/blob/6.0bpw/generation_config.json that fixes the issue

lucyknada changed discussion status to closed
lucyknada changed discussion status to open

well rather that fixes EOS issues, your full on garbage output is strange; I'd try a new fresh tabby install just in case with the fix above.

well rather that fixes EOS issues, your full on garbage output is strange; I'd try a new fresh tabby install just in case with the fix above.

Guess what... It worked! Thank you haha

ThijsL202 changed discussion status to closed

awesome, glad that worked haha have fun

Sign up or log in to comment