MCPcopy
hub / github.com/lm-sys/FastChat / XftModel

Class XftModel

fastchat/modules/xfastertransformer.py:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class XftModel:
19 def __init__(self, xft_model, xft_config):
20 self.model = xft_model
21 self.config = xft_config
22
23
24def load_xft_model(model_path, xft_config: XftConfig):

Callers 1

load_xft_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…