Spaces:
Sleeping
Sleeping
WilliamGazeley
commited on
Commit
·
e7fd4f3
1
Parent(s):
e325f7c
Remove vllm from function calls
Browse files- functioncall.py +0 -1
functioncall.py
CHANGED
@@ -3,7 +3,6 @@ import torch
|
|
3 |
import json
|
4 |
from config import config
|
5 |
from typing import List, Dict
|
6 |
-
from vllm import LLM, SamplingParams
|
7 |
|
8 |
from transformers import (
|
9 |
AutoModelForCausalLM,
|
|
|
3 |
import json
|
4 |
from config import config
|
5 |
from typing import List, Dict
|
|
|
6 |
|
7 |
from transformers import (
|
8 |
AutoModelForCausalLM,
|