MCPcopy
hub / github.com/ytongbai/LVM / generate_once

Method generate_once

evaluation/vqlm_demo/inference.py:206–207  ·  view source on GitHub ↗
(input_images, n_new_frames, temperature=1.0, top_p=1.0)

Source from the content-addressed store, hash-verified

204
205 @staticmethod
206 def generate_once(input_images, n_new_frames, temperature=1.0, top_p=1.0):
207 return _current_process_backend.generate_once(input_images, n_new_frames, temperature, top_p)
208
209 @staticmethod
210 def compute_perplexity_once(input_images, target_images):

Callers

nothing calls this directly

Calls 1

generate_onceMethod · 0.45

Tested by

no test coverage detected