We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315a82f commit c5051beCopy full SHA for c5051be
llama_cpp/server/model.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
import os
4
import logging
5
from typing import Optional, Union
0 commit comments