We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9306f commit 1e98ce3Copy full SHA for 1e98ce3
CHANGELOG.md
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
7
-## [1.8.3] - 2024-10-19
+## [1.8.5] - 2024-10-21
8
+
9
+### Fixed
10
11
+- Fix together.ai wrapper choice sampling procedure
12
13
+## [1.8.4] - 2024-10-19
14
15
### Changed
16
setup.py
@@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
33
34
setuptools.setup(
35
name='gdm-concordia',
36
- version='1.8.4',
+ version='1.8.5',
37
license='Apache 2.0',
38
license_files=['LICENSE'],
39
url='https://github.com/google-deepmind/concordia',
0 commit comments