Skip to content

Commit 7539fef

Browse files
update with License
1 parent b3700cf commit 7539fef

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Visit our [**Docs**](https://thudum.github.io/CogKit) to start.
99
## Features
1010

1111
- **Fine-tuning Methods**: Supports **LoRA** and **full-parameter fine-tuning** across various setups, including **single-machine single-GPU**, **single-machine multi-GPU**, and **multi-machine multi-GPU** configurations.
12-
- **Inference**: Provides an **OpenAI-style API** (T2I Only), a **GUI**, and a **command-line interface** for seamless model deployment.
12+
- **Inference**: Provides an **OpenAI-style API** (T2I Only) and a **command-line interface** for seamless model deployment.
1313
- **Embed Cache**: Optimizes GPU memory usage to enhance efficiency during inference.
1414

1515
## Roadmap

docker/dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ RUN apt-get update && \
1515
REPO_NAME=cogkit
1616
WORKDIR /app
1717

18-
# refactor url later (and maybe repo name)
19-
RUN git clone https://gitlab.glm.ai/open-source/${REPO_NAME}
20-
WORKDIR ${REPO_NAME}
18+
RUN git https://github.com/thudm/CogKit
19+
WORKDIR CogKit
2120

2221
RUN pip install uv
2322
RUN uv pip install . --system

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ dynamic = ['version']
99
description = ''
1010
readme = 'README.md'
1111
requires-python = '>=3.10'
12-
license = 'Apache2.0'
13-
license-files = ["LICENSE"]
12+
License-File = "LICENSE"
1413
keywords = []
1514
authors = [{ name = 'ZhipuAI', email = '[email protected]' }]
1615
classifiers = [

0 commit comments

Comments
 (0)