microsoft / deep-language-networks

We view Large Language Models as stochastic language layers in a network, where the learnable parameters are the natural language prompts at each layer. We stack two such layers, feeding the output of one layer to the next. We call the stacked architecture a Deep Language Network - DLN
MIT License
87 stars 12 forks source link

Upgrade actions to use Node.js 20 #49

Closed matheper closed 4 months ago

matheper commented 4 months ago

Fixes CodeQL warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.

Actions/checkout v4 uses node20 by default.