You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's common for languages to use multiple file extensions. For example, the C language supports .c and .h files. JavaScript supports .cjs, .mjs, and .js files, and so on. I propose we modify Janus to support multiple suffixes to ease translation.
It's common for languages to use multiple file extensions. For example, the C language supports
.c
and.h
files. JavaScript supports.cjs
,.mjs
, and.js
files, and so on. I propose we modify Janus to support multiple suffixes to ease translation.See the line for a list of languages and their suffixes:
https://github.com/spear-ai/janus-llm/blob/public/janus/utils/enums.py#L15
The text was updated successfully, but these errors were encountered: