Change requirements
This commit is contained in:
parent
1cd62db966
commit
09157ce36f
@ -1,6 +1,7 @@
|
|||||||
flair==0.13.1
|
flair==0.13.1
|
||||||
conllu==4.5.3
|
conllu==4.5.3
|
||||||
pandas==1.5.3
|
pandas==1.5.3
|
||||||
numpy==1.26.4
|
|
||||||
torch==2.3.0
|
torch==2.3.0
|
||||||
convlab==3.0.2a0
|
convlab==3.0.2a0
|
||||||
|
numpy==1.24.4
|
||||||
|
fuzzywuzzy==0.18.0
|
||||||
|
@ -57,3 +57,5 @@ class SimpleRulePolicy(Policy):
|
|||||||
system_action[(domain, 'Recommend')].append(['Name', choice['name']])
|
system_action[(domain, 'Recommend')].append(['Name', choice['name']])
|
||||||
if domain in ["size"]:
|
if domain in ["size"]:
|
||||||
system_action[(domain, 'Recommend')].append(['Size', choice['size']])
|
system_action[(domain, 'Recommend')].append(['Size', choice['size']])
|
||||||
|
|
||||||
|
dialogPolicy = SimpleRulePolicy()
|
Loading…
Reference in New Issue
Block a user